From: Jaakko Heinonen Date: Mon, 28 May 2001 08:43:06 +0000 (+0000) Subject: Fixed a minor typo in a comment X-Git-Tag: upstream/0.6.1~2^2~375 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=fd4157d9cdb0d7099c567148868a0c7e9c934326;p=pkg%2Fabook.git Fixed a minor typo in a comment --- diff --git a/conff.c b/conff.c index 8405066..5328ace 100644 --- a/conff.c +++ b/conff.c @@ -75,7 +75,7 @@ conff_add_key(struct conff_node **ptr, char *key, char *value, int flags) } /* - * out of memory - error is ingnored + * out of memory - error is ignored * NOTE: with REPLACE_KEY flag the node will be deleted in OOM * situation */