Skip to content

Commit

Permalink
OpenVPN#606 Typo Fixed: Removed extra 'that'.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitkr827 committed Nov 4, 2024
1 parent a7f80d4 commit 5bb6578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openvpn/ssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -4128,7 +4128,7 @@ show_available_tls_ciphers(const char *cipher_list,
show_available_tls_ciphers_list(cipher_list, tls_cert_profile, false);

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

0 comments on commit 5bb6578

Please sign in to comment.