Skip to content

Commit

Permalink
fix typo of 'Android' in ErrNetlinkBanned error message
Browse files Browse the repository at this point in the history
  • Loading branch information
greathongtu committed Jan 19, 2025
1 parent d093b82 commit 62bc659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitor_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 62bc659

Please sign in to comment.