diff options
author | marc <marc> | 2000-09-12 01:39:41 +0000 |
---|---|---|
committer | marc <marc> | 2000-09-12 01:39:41 +0000 |
commit | 2d0fb312bc90f399e7bc06139140fd0a9e0b70bd (patch) | |
tree | 00cd94526699dc24f02821f75ea3c46618964ff9 | |
parent | 83dd8f3ab6229258114ef434509574a273867840 (diff) |
Fixed small typo.
-rw-r--r-- | extensions/libipt_ULOG.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libipt_ULOG.c b/extensions/libipt_ULOG.c index 11b4f46..b27cbb9 100644 --- a/extensions/libipt_ULOG.c +++ b/extensions/libipt_ULOG.c @@ -35,7 +35,7 @@ void print_groups(unsigned int gmask) static void help(void) { printf("ULOG v%s options:\n" - " --ulog-nlgroup nlgroup NETLINK grouo used for logging\n" + " --ulog-nlgroup nlgroup NETLINK group used for logging\n" " --ulog-cprange size Bytes of each packet to be passed\n" " --ulog-prefix prefix Prefix log messages with this prefix.\n\n", NETFILTER_VERSION); |