aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/services/errors.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--services/errors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/errors.go b/services/errors.go
index 237cb2c3..6944c5dd 100644
--- a/services/errors.go
+++ b/services/errors.go
@@ -56,7 +56,7 @@ func (e Error) Error() string {
case ErrorBindSocketsToDefaultRoutes:
return "Unable to bind sockets to default route"
case ErrorSetNetConfig:
- return "Unable to set interface addresses, routes, dns, and/or adapter settings"
+ return "Unable to set interface addresses, routes, dns, and/or interface settings"
case ErrorOpenNULFile:
return "Unable to open NUL file"
case ErrorTrackTunnels: