Fix typo of 'Android' in ErrNetlinkBanned error message

This commit is contained in:
greathongtu 2025-03-12 16:36:05 +08:00 committed by 世界
parent 57aba1a5c4
commit 9105485a50
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

View file

@ -27,7 +27,7 @@ type networkUpdateMonitor struct {
var ErrNetlinkBanned = E.New(
"netlink socket in Android is banned by Google, " +
"use the root or system (ADB) user to run sing-box, " +
"or switch to the sing-box Adnroid graphical interface client",
"or switch to the sing-box Android graphical interface client",
)
func NewNetworkUpdateMonitor(logger logger.Logger) (NetworkUpdateMonitor, error) {