Skip to content

Commit 5bb6578

Browse files
committed
OpenVPN#606 Typo Fixed: Removed extra 'that'.
1 parent a7f80d4 commit 5bb6578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/openvpn/ssl.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4128,7 +4128,7 @@ show_available_tls_ciphers(const char *cipher_list,
41284128
show_available_tls_ciphers_list(cipher_list, tls_cert_profile, false);
41294129

41304130
printf("\n"
4131-
"Be aware that that whether a cipher suite in this list can actually work\n"
4131+
"Be aware that whether a cipher suite in this list can actually work\n"
41324132
"depends on the specific setup of both peers. See the man page entries of\n"
41334133
"--tls-cipher and --show-tls for more details.\n\n"
41344134
);

0 commit comments

Comments
 (0)