Commit 0d1d7d7a authored by Brad Hards's avatar Brad Hards Committed by Rusty Russell

ciniparser: spelling fixes

parent 2b767ab8
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
* *
* This module implements a simple dictionary object, i.e. a list * This module implements a simple dictionary object, i.e. a list
* of string/string associations. This object is useful to store e.g. * 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"
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
* *
* This module implements a simple dictionary object, i.e. a list * This module implements a simple dictionary object, i.e. a list
* of string/string associations. This object is useful to store e.g. * 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).
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment