summaryrefslogtreecommitdiff
path: root/src/ippool.c
diff options
context:
space:
mode:
authorMario Domenech Goulart <mario.goulart@gmail.com>2012-02-28 09:29:11 -0300
committerDaniel Wagner <daniel.wagner@bmw-carit.de>2012-02-28 13:40:56 +0100
commit8a17ad73773a1a8abeb2c100e07568c9dde9a589 (patch)
treeec8a582b1b8d7d4309b3a9d140c1b961f3aecec3 /src/ippool.c
parentdae59bddfa1262d7bd24dc478b638824042dcc09 (diff)
downloadconnman-8a17ad73773a1a8abeb2c100e07568c9dde9a589.tar.gz
connman-8a17ad73773a1a8abeb2c100e07568c9dde9a589.tar.bz2
connman-8a17ad73773a1a8abeb2c100e07568c9dde9a589.zip
ippool: Fix typo in error message
Diffstat (limited to 'src/ippool.c')
-rw-r--r--src/ippool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ippool.c b/src/ippool.c
index 968d20fd..b513b09f 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;
}