diff options
Diffstat (limited to 'common/util.h')
-rw-r--r-- | common/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/util.h b/common/util.h index 1f635f3654..13c364e97d 100644 --- a/common/util.h +++ b/common/util.h @@ -180,7 +180,7 @@ bool isPrint(int c); /** - * Test whether the given character is a punctuation character, + * Test whether the given character is a punctuation character, * (i.e not alphanumeric. * * @param c the character to test |