diff --git a/monitor_linux.go b/monitor_linux.go index e92f469..86dd28b 100644 --- a/monitor_linux.go +++ b/monitor_linux.go @@ -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) {