diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/htssafe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htssafe.h b/src/htssafe.h index ddb1b4f..18ede0e 100644 --- a/src/htssafe.h +++ b/src/htssafe.h @@ -101,7 +101,7 @@ static HTS_UNUSED void abortf_(const char *exp, const char *file, int line) { } /** - * Check wether 'VAR' is of type char[]. + * Check whether 'VAR' is of type char[]. */ #if (defined(__GNUC__) && !defined(__cplusplus)) /* Note: char[] and const char[] are compatible */ |