aboutsummaryrefslogtreecommitdiff
path: root/ssh/test/recording_server_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ssh/test/recording_server_test.go')
-rw-r--r--ssh/test/recording_server_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/test/recording_server_test.go b/ssh/test/recording_server_test.go
index fe99198..898a847 100644
--- a/ssh/test/recording_server_test.go
+++ b/ssh/test/recording_server_test.go
@@ -232,7 +232,7 @@ func TestServerKeyExchanges(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.
// Exclude ML-KEM because server side is not deterministic.
if !strings.HasPrefix(kex, "ecdh-") && !strings.HasPrefix(kex, "mlkem") {