Fix spelling

This commit is contained in:
Bernhard Froehlich
2020-05-16 10:44:04 +00:00
parent 53c2c27647
commit 999ccab778

View File

@@ -473,7 +473,7 @@ func (a *loginAuth) Next(fromServer []byte, more bool) ([]byte, error) {
case "Password:": case "Password:":
return []byte(a.password), nil return []byte(a.password), nil
default: default:
return nil, errors.New("Unkown fromServer") return nil, errors.New("Unknown fromServer")
} }
} }
return nil, nil return nil, nil