From 9105485a50c23e2fd587bf6480bc094d72c2d9a6 Mon Sep 17 00:00:00 2001 From: greathongtu <69706194+greathongtu@users.noreply.github.com> Date: Wed, 12 Mar 2025 16:36:05 +0800 Subject: [PATCH] Fix typo of 'Android' in ErrNetlinkBanned error message --- monitor_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {