Skip to content

Commit ef13122

Browse files
committed
fix typo
1 parent b984ae5 commit ef13122

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/12_diff_opensslversions.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $cat_csvfile =~ s/ECDH\/MLKEM/ECDH 253 /g;
6363
$cat_csvfile =~ s/.nonce-.* //g;
6464
$cat_csvfile2 =~ s/.nonce-.* //g;
6565

66-
+# Fix IP adresses. needed when we don't hit the same IP address. We just remove them
66+
+# Fix IP addresses. needed when we don't hit the same IP address. We just remove them
6767
$cat_csvfile =~ s/","google.com\/.*","443/","google.com","443/;
6868
$cat_csvfile2 =~ s/","google.com\/.*","443/","google.com","443/;
6969

0 commit comments

Comments
 (0)