mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-02 19:37:40 +03:00
Fix typo of 'Android' in ErrNetlinkBanned error message
This commit is contained in:
parent
57aba1a5c4
commit
9105485a50
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ type networkUpdateMonitor struct {
|
||||||
var ErrNetlinkBanned = E.New(
|
var ErrNetlinkBanned = E.New(
|
||||||
"netlink socket in Android is banned by Google, " +
|
"netlink socket in Android is banned by Google, " +
|
||||||
"use the root or system (ADB) user to run sing-box, " +
|
"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) {
|
func NewNetworkUpdateMonitor(logger logger.Logger) (NetworkUpdateMonitor, error) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue