From 0d1d7d7a4905b9a8033c1d6b47ced7c0dc32f849 Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Sun, 16 Jan 2011 17:17:36 +1100 Subject: [PATCH] ciniparser: spelling fixes --- ccan/ciniparser/dictionary.c | 2 +- ccan/ciniparser/dictionary.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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). */ -- 2.39.2