From 08bea0e15d3636d476b0a2474198042a755bf497 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 30 Jul 2023 01:30:59 -0400 Subject: [PATCH] spelling: discrepancy Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- echosrv-conf.c | 2 +- hashtest/run | 2 +- sslh-conf.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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; }