From 5d23fd2c0a01b4747c2641f4b3ffa913b2de129f Mon Sep 17 00:00:00 2001 From: Alan Buxey Date: Sat, 27 Jun 2015 14:08:13 +0100 Subject: [PATCH] Update misc.c --- src/lib/misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.47.2