diff --git a/echosrv-conf.c b/echosrv-conf.c index bac3f2b..e9b5197 100644 --- a/echosrv-conf.c +++ b/echosrv-conf.c @@ -862,7 +862,7 @@ static int set_target_fields(void* target_addr, struct compound_cl_arg* arg, con if (pmatch[pmatch_cnt].rm_so == -1) { /* This should not happen as regexec() did * match before, unless there is a - * discrepency between the regex and the + * discrepancy between the regex and the * number of backreferences */ return 0; } diff --git a/hashtest/run b/hashtest/run index 5817600..724d03a 100755 --- a/hashtest/run +++ b/hashtest/run @@ -5,7 +5,7 @@ # Tests scripts are in *.tst files. # Corresponding output is put in *.out. # Reference output is put in *.ref. -# Any discrepency will be reported! +# Any discrepancy will be reported! use strict; diff --git a/sslh-conf.c b/sslh-conf.c index 7b3af56..ef42589 100644 --- a/sslh-conf.c +++ b/sslh-conf.c @@ -1818,7 +1818,7 @@ static int set_target_fields(void* target_addr, struct compound_cl_arg* arg, con if (pmatch[pmatch_cnt].rm_so == -1) { /* This should not happen as regexec() did * match before, unless there is a - * discrepency between the regex and the + * discrepancy between the regex and the * number of backreferences */ return 0; }