From 8a17ad73773a1a8abeb2c100e07568c9dde9a589 Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Tue, 28 Feb 2012 09:29:11 -0300 Subject: [PATCH] ippool: Fix typo in error message --- src/ippool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ippool.c b/src/ippool.c index 968d20f..b513b09 100644 --- a/src/ippool.c +++ b/src/ippool.c @@ -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; } -- 2.7.4