Update misc.c
authorAlan Buxey <alan.buxey@gmail.com>
Sat, 27 Jun 2015 13:08:13 +0000 (14:08 +0100)
committerAlan Buxey <alan.buxey@gmail.com>
Sat, 27 Jun 2015 13:08:13 +0000 (14:08 +0100)
src/lib/misc.c

index 360b13e..69b3807 100644 (file)
@@ -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)
 {