diff options
-rw-r--r-- | lib/types.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/types.c b/lib/types.c index 1520103..f303ea6 100644 --- a/lib/types.c +++ b/lib/types.c @@ -452,7 +452,7 @@ ipset_type_check(struct ipset_session *session) if (!match) return ipset_errptr(session, "Kernel and userspace incompatible: " - "settype %s with revision %u not supported ", + "settype %s with revision %u not supported " "by userspace.", typename, revision); set_family_and_type(data, match, family); |