]> git.deb.at Git - pkg/abook.git/commitdiff
Fixed a minor typo in a comment
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Mon, 28 May 2001 08:43:06 +0000 (08:43 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Mon, 28 May 2001 08:43:06 +0000 (08:43 +0000)
conff.c

diff --git a/conff.c b/conff.c
index 84050665bda8d9660d61de6a5d7758dca8f548b4..5328ace25702cf06481a8be595af7bea7dc8e877 100644 (file)
--- 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
          */