X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fcypherpunks.ru%2Fgovpn%2Ftap_linux.go;fp=src%2Fcypherpunks.ru%2Fgovpn%2Ftap_linux.go;h=a72c62615166bc5a522731ff051d6f351c4cf969;hb=f74b9372fd8ec1d040fc2ebb29ee60077b3e1efc;hp=ee95ae699360bc491ab729caec1b9c51956c3041;hpb=3fdd922de75e1901e37f75ab182d434f20d64c85;p=govpn.git diff --git a/src/cypherpunks.ru/govpn/tap_linux.go b/src/cypherpunks.ru/govpn/tap_linux.go index ee95ae6..a72c626 100644 --- a/src/cypherpunks.ru/govpn/tap_linux.go +++ b/src/cypherpunks.ru/govpn/tap_linux.go @@ -31,7 +31,7 @@ func newTAPer(ifaceName *string) (io.ReadWriteCloser, error) { config := water.Config{} if len(*ifaceName) == 0 { - return nil, errors.New("Can't figure interface type, empty name") + return nil, errors.New("Can not figure interface type, empty name") } if strings.HasPrefix(*ifaceName, interfaceTap) {