From 7687c8b332b3f0beef53f845ad693b355b507afd Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 8 Sep 2019 13:53:32 -0500 Subject: tunnel: device->interface --- services/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services') 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: -- cgit v1.2.3-59-g8ed1b