From: Alan Buxey Date: Sat, 27 Jun 2015 13:08:13 +0000 (+0100) Subject: Update misc.c X-Git-Tag: release_3_0_9~66^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1080%2Fhead;p=thirdparty%2Ffreeradius-server.git Update misc.c --- diff --git a/src/lib/misc.c b/src/lib/misc.c index 360b13e8b7..69b3807012 100644 --- a/src/lib/misc.c +++ b/src/lib/misc.c @@ -1145,7 +1145,7 @@ bool is_whitespace(char const *value) /** Check whether the string is all numbers * - * @return true if the entirety of the string is are numebrs, else false. + * @return true if the entirety of the string is all numbers, else false. */ bool is_integer(char const *value) { @@ -1158,7 +1158,7 @@ bool is_integer(char const *value) /** Check whether the string is allzeros * - * @return true if the entirety of the string is are numebrs, else false. + * @return true if the entirety of the string is all zeros, else false. */ bool is_zero(char const *value) {