ippool: Fix typo in error message
authorMario Domenech Goulart <mario.goulart@gmail.com>
Tue, 28 Feb 2012 12:29:11 +0000 (09:29 -0300)
committerDaniel Wagner <daniel.wagner@bmw-carit.de>
Tue, 28 Feb 2012 12:40:56 +0000 (13:40 +0100)
src/ippool.c

index 968d20f..b513b09 100644 (file)
@@ -323,7 +323,7 @@ void __connman_ippool_deladdr(int index, const char *address,
        info = lookup_info(index, start);
        if (info == NULL) {
                /* In theory this should never happen */
-               connman_error("Inconsisten IP pool management (start not found)");
+               connman_error("Inconsistent IP pool management (start not found)");
                return;
        }