diff options
Diffstat (limited to 'ipset_ipmap.c')
-rw-r--r-- | ipset_ipmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipset_ipmap.c b/ipset_ipmap.c index ed38ec9..df8efbf 100644 --- a/ipset_ipmap.c +++ b/ipset_ipmap.c @@ -191,7 +191,7 @@ void create_final(void *data, unsigned int flags) } if (range > MAX_RANGE) exit_error(PARAMETER_PROBLEM, - "Range to large. Max is %d IPs in range\n", + "Range too large. Max is %d IPs in range\n", MAX_RANGE+1); } |