From fd4157d9cdb0d7099c567148868a0c7e9c934326 Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Mon, 28 May 2001 08:43:06 +0000 Subject: [PATCH] Fixed a minor typo in a comment --- conff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2