diff options
Diffstat (limited to 'dpi/https.c')
-rw-r--r-- | dpi/https.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpi/https.c b/dpi/https.c index c531e456..0e6672c5 100644 --- a/dpi/https.c +++ b/dpi/https.c @@ -609,7 +609,7 @@ static int handle_certificate_problem(SSL * ssl_connection) "dialog", "Some of the information presented by the remote system\n" "does not match other information presented\n" - "This may be an attempt to evesdrop on communications", + "This may be an attempt to eavesdrop on communications", "Continue", "Cancel"); a_Dpip_dsh_write_str(sh, 1, d_cmd); dFree(d_cmd); |