Browse Source

ciniparser: spelling fixes

Brad Hards 15 years ago
parent
commit
0d1d7d7a49
2 changed files with 2 additions and 2 deletions
  1. 1 1
      ccan/ciniparser/dictionary.c
  2. 1 1
      ccan/ciniparser/dictionary.h

+ 1 - 1
ccan/ciniparser/dictionary.c

@@ -33,7 +33,7 @@
  *
  * This module implements a simple dictionary object, i.e. a list
  * of string/string associations. This object is useful to store e.g.
- * informations retrieved from a configuration file (ini files).
+ * information retrieved from a configuration file (ini files).
  */
 
 #include "dictionary.h"

+ 1 - 1
ccan/ciniparser/dictionary.h

@@ -41,7 +41,7 @@
  *
  * This module implements a simple dictionary object, i.e. a list
  * of string/string associations. This object is useful to store e.g.
- * informations retrieved from a configuration file (ini files).
+ * information retrieved from a configuration file (ini files).
  */