]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Update misc.c 1080/head
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 360b13e8b70c06f2933d28d06a30ee284fa423f1..69b3807012f86aff0d52c0970c474f1ad1c9a54d 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)
 {