spelling: keyboard

This commit is contained in:
Josh Soref 2018-03-13 08:07:31 +00:00
parent 933ac20e68
commit eebe236587
1 changed files with 1 additions and 1 deletions

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") p := PasswordKeyboardInteractive("foo")
result, err := p("foo", "bar", []string{"one", "two"}, nil) result, err := p("foo", "bar", []string{"one", "two"}, nil)
if err != nil { if err != nil {