]> Cypherpunks.ru repositories - govpn.git/blobdiff - src/cypherpunks.ru/govpn/tap_linux.go
Language mistakes and stylistic fixes
[govpn.git] / src / cypherpunks.ru / govpn / tap_linux.go
index ee95ae699360bc491ab729caec1b9c51956c3041..a72c62615166bc5a522731ff051d6f351c4cf969 100644 (file)
@@ -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) {