]> git.deb.at Git - pkg/abook.git/blobdiff - conff.c
Fixed snprintf related bugs
[pkg/abook.git] / conff.c
diff --git a/conff.c b/conff.c
index 5ca11fad2db39f28e2a89da2a4d41c2b4ab8d529..5328ace25702cf06481a8be595af7bea7dc8e877 100644 (file)
--- a/conff.c
+++ b/conff.c
@@ -1,7 +1,7 @@
 
 /*
  *
- *  conff.c by JH <jheinonen@bigfoot.com>
+ *  $Id$
  *
  *  Copyright (C) Jaakko Heinonen
  *
@@ -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
          */