aboutsummaryrefslogtreecommitdiff
path: root/ssh/test/recording_client_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ssh/test/recording_client_test.go')
-rw-r--r--ssh/test/recording_client_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/test/recording_client_test.go b/ssh/test/recording_client_test.go
index 5c7830f..b744bd3 100644
--- a/ssh/test/recording_client_test.go
+++ b/ssh/test/recording_client_test.go
@@ -251,7 +251,7 @@ func TestClientKeyExchanges(t *testing.T) {
var keyExchanges []string
for _, kex := range config.KeyExchanges {
- // Exclude ecdh for now, to make them determistic we should use see a
+ // Exclude ecdh for now, to make them deterministic we should use see a
// stream of fixed bytes as the random source.
if !strings.HasPrefix(kex, "ecdh-") {
keyExchanges = append(keyExchanges, kex)