diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-10-15 17:33:35 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-10-15 17:33:35 +0000 |
commit | cce112d40a6e36b2c437418e84c57490818603cb (patch) | |
tree | c4b514e0c32847fd48e09c1beaf3c98b20b8aa99 | |
parent | 8dec08f3f34c307b1637e09e18e4a233f1138e86 (diff) |
Typo :)
-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 */ |