go.crypto/ssh: cosmetic only spelling fixes
R=agl, hanwen
CC=dave, golang-dev, jpsugar
https://golang.org/cl/14430055
diff --git a/ssh/session_test.go b/ssh/session_test.go
index d168ce8..5cff58a 100644
--- a/ssh/session_test.go
+++ b/ssh/session_test.go
@@ -528,7 +528,7 @@
}
written, err := copyNRandomly("stdin", serverStdin, origBuf, windowTestBytes)
if err != nil {
- t.Fatalf("falied to copy origBuf to serverStdin: %v", err)
+ t.Fatalf("failed to copy origBuf to serverStdin: %v", err)
}
if written != windowTestBytes {
t.Fatalf("Wrote only %d of %d bytes to server", written, windowTestBytes)