aboutsummaryrefslogtreecommitdiff
path: root/ssh/client_auth_test.go
diff options
context:
space:
mode:
authorMartin Hamrle <martin.hamrle@gmail.com>2016-07-06 09:13:05 +0200
committerIan Lance Taylor <iant@golang.org>2016-07-06 16:40:51 +0000
commit077efaa604f994162e3307fafe5954640763fc08 (patch)
tree3e9f1d2deebec24cdbc379e16ce30b82d37d85af /ssh/client_auth_test.go
parentcd884d3570d683d80f5344a005056f42c076aa88 (diff)
downloadgo-x-crypto-077efaa604f994162e3307fafe5954640763fc08.tar.xz
x/crypto: fix typos
The typos were found by misspell tool. Change-Id: I120740f12f7ba48330749ebf84050a7b98e01016 Reviewed-on: https://go-review.googlesource.com/24725 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'ssh/client_auth_test.go')
-rw-r--r--ssh/client_auth_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/client_auth_test.go b/ssh/client_auth_test.go
index 2fa3103..5bd8c2b 100644
--- a/ssh/client_auth_test.go
+++ b/ssh/client_auth_test.go
@@ -296,7 +296,7 @@ func TestClientLoginCert(t *testing.T) {
t.Log("sign with wrong key")
cert.SignCert(rand.Reader, testSigners["dsa"])
if err := tryAuth(t, clientConfig); err == nil {
- t.Errorf("cert login passed with non-authoritive key")
+ t.Errorf("cert login passed with non-authoritative key")
}
t.Log("host cert")