mirror of
https://github.com/yggdrasil-network/water.git
synced 2025-05-19 16:35:10 +03:00
Fixed some grammar errors.
This commit is contained in:
parent
e958f2ff69
commit
f3fdfd2ce8
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue