]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Fixed small typo.
authorMarc Boucher <marc@mbsi.ca>
Tue, 12 Sep 2000 01:39:41 +0000 (01:39 +0000)
committerMarc Boucher <marc@mbsi.ca>
Tue, 12 Sep 2000 01:39:41 +0000 (01:39 +0000)
extensions/libipt_ULOG.c

index 11b4f46c8b3de2090e2ba8abb2bf141571e0e02d..b27cbb9925c928659c23e69ec8a7c5e77673484b 100644 (file)
@@ -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);