]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Fix typo.
authorRusty Russell <rusty@linuxcare.com.au>
Thu, 14 Sep 2000 11:09:40 +0000 (11:09 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 14 Sep 2000 11:09:40 +0000 (11:09 +0000)
libiptc/libip4tc.c

index 84b81d7c4c8510c2c60ed1912ed0d64a066004a6..5e0ec4c837e47dfc087c72cf4592ac41b47141db 100644 (file)
@@ -399,7 +399,7 @@ do_check(TC_HANDLE_T h, unsigned int line)
                user_offset = 0;
 #endif
        } else {
-               fprintf(stderr, "Unknown table `s'\n", h->info.name);
+               fprintf(stderr, "Unknown table `%s'\n", h->info.name);
                abort();
        }