aboutsummaryrefslogtreecommitdiff
path: root/ssh/client_auth_test.go
diff options
context:
space:
mode:
authorFazlul Shahriar <fshahriar@gmail.com>2012-03-27 14:40:42 -0400
committerAdam Langley <agl@golang.org>2012-03-27 14:40:42 -0400
commitdf1b4d2fcd21fb05d2ac65176e2a4243c201a920 (patch)
treeb94577b42cd82c8de6c2e64f534e9b9c2cebca5e /ssh/client_auth_test.go
parent452b645a3774c8c9b9311b4c1cb974ccbf5ad003 (diff)
downloadgo-x-crypto-df1b4d2fcd21fb05d2ac65176e2a4243c201a920.tar.xz
go.crypto/ssh: fix example in documentation
R=golang-dev, dave CC=golang-dev https://golang.org/cl/5905048
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 0df51c3..c1c57ba 100644
--- a/ssh/client_auth_test.go
+++ b/ssh/client_auth_test.go
@@ -58,7 +58,7 @@ y2VdEyF7DPCZewIhAI7GOI/6LDIFOvtPo6Bj2nNmyQ1HU6k/LRtNIXi4c9NJAiAr
rrxx26itVhJmcvoUhOjwuzSlP2bE5VHAvkGB352YBg==
-----END RSA PRIVATE KEY-----`
-// keychain implements the ClientPublickey interface
+// keychain implements the ClientKeyring interface
type keychain struct {
keys []interface{}
}