INN commit: trunk (lib/confparse.c storage/ov.c)

INN Commit Russ_Allbery at isc.org
Thu Jan 29 18:48:53 UTC 2009


    Date: Thursday, January 29, 2009 @ 10:48:53
  Author: iulius
Revision: 8300

Typos.

Modified:
  trunk/lib/confparse.c
  trunk/storage/ov.c

-----------------+
 lib/confparse.c |    2 +-
 storage/ov.c    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: lib/confparse.c
===================================================================
--- lib/confparse.c	2009-01-29 18:47:54 UTC (rev 8299)
+++ lib/confparse.c	2009-01-29 18:48:53 UTC (rev 8300)
@@ -1457,7 +1457,7 @@
         *value = param->value.list;
         return true;
     } else if (param->type != VALUE_UNKNOWN) {
-        warn("%s:%u: %s is not an list", file, param->line, param->key);
+        warn("%s:%u: %s is not a list", file, param->line, param->key);
         return false;
     }
 

Modified: storage/ov.c
===================================================================
--- storage/ov.c	2009-01-29 18:47:54 UTC (rev 8299)
+++ storage/ov.c	2009-01-29 18:48:53 UTC (rev 8300)
@@ -361,7 +361,7 @@
     switch (type) {
     case OVGROUPBASEDEXPIRE:
 	if (!innconf->groupbaseexpiry) {
-            warn("OVGROUPBASEDEXPIRE is not allowed if groupbaseexpiry if"
+            warn("OVGROUPBASEDEXPIRE is not allowed if groupbaseexpiry is"
                  " false");
 	    return false;
 	}




More information about the inn-committers mailing list