From f3fdfd2ce8424515cfb13a311d09d369e5342848 Mon Sep 17 00:00:00 2001 From: lucus Date: Mon, 26 Dec 2016 05:21:19 +0900 Subject: [PATCH] Fixed some grammar errors. --- syscalls_windows.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syscalls_windows.go b/syscalls_windows.go index 055a351..03ed25d 100644 --- a/syscalls_windows.go +++ b/syscalls_windows.go @@ -18,8 +18,8 @@ import ( var ( IfceNameNotFound = errors.New("Failed to find the name of interface.") - TapDeviceNotFound = errors.New("Failed to find the tap device with specified ComponentId in registry, TAP driver may not installed.") - RegistryOpenErr = errors.New("Failed to open the adapter registry, TAP driver may not installed.") + TapDeviceNotFound = errors.New("Failed to find the tap device in registry with specified ComponentId, TAP driver may be not installed.") + RegistryOpenErr = errors.New("Failed to open the adapter registry, TAP driver may be not installed.") // Device Control Codes tap_win_ioctl_get_mac = tap_control_code(1, 0) tap_win_ioctl_get_version = tap_control_code(2, 0)