]> git.ozlabs.org Git - ccan/commitdiff
ciniparser: spelling fixes
authorBrad Hards <bradh@frogmouth.net>
Sun, 16 Jan 2011 06:17:36 +0000 (17:17 +1100)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 17 Jan 2011 05:58:53 +0000 (16:28 +1030)
ccan/ciniparser/dictionary.c
ccan/ciniparser/dictionary.h

index c76eae3e875b4f4e7208825ee895ea4d39e6c0fb..4b24fb04484a1128cbc5bd9c7caf7295131cf80a 100644 (file)
@@ -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.
  *
  * 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"
  */
 
 #include "dictionary.h"
index 4b517637bb274cebd0a97cae763da20f8f906989..f831e39dc752086f96bfa52704c0c4493fc3ebb9 100644 (file)
@@ -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.
  *
  * 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).
  */
 
 
  */