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 6944c5dd..7a441778 100644
--- a/services/errors.go
+++ b/services/errors.go
@@ -44,7 +44,7 @@ func (e Error) Error() string {
case ErrorLoadConfiguration:
return "Unable to load configuration from path"
case ErrorCreateWintun:
- return "Unable to create Wintun device"
+ return "Unable to create Wintun interface"
case ErrorUAPIListen:
return "Unable to listen on named pipe"
case ErrorDNSLookup: