From: Brad Hards Date: Sun, 16 Jan 2011 06:17:36 +0000 (+1100) Subject: ciniparser: spelling fixes X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=0d1d7d7a4905b9a8033c1d6b47ced7c0dc32f849 ciniparser: spelling fixes --- diff --git a/ccan/ciniparser/dictionary.c b/ccan/ciniparser/dictionary.c index c76eae3e..4b24fb04 100644 --- a/ccan/ciniparser/dictionary.c +++ b/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" diff --git a/ccan/ciniparser/dictionary.h b/ccan/ciniparser/dictionary.h index 4b517637..f831e39d 100644 --- a/ccan/ciniparser/dictionary.h +++ b/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). */