spelling: keyboard

This commit is contained in:
Josh Soref 2018-03-13 08:07:31 +00:00
parent 933ac20e68
commit eebe236587

View file

@ -15,7 +15,7 @@ func TestPasswordKeyboardInteractive_Impl(t *testing.T) {
}
}
func TestPasswordKeybardInteractive_Challenge(t *testing.T) {
func TestPasswordKeyboardInteractive_Challenge(t *testing.T) {
p := PasswordKeyboardInteractive("foo")
result, err := p("foo", "bar", []string{"one", "two"}, nil)
if err != nil {