]> granicus.if.org Git - libnl/commitdiff
Fix typo in textual description in ct_dump_stats()
authorКоренберг Марк (дома) <socketpair@gmail.com>
Wed, 29 Aug 2012 18:15:12 +0000 (00:15 +0600)
committerКоренберг Марк (дома) <socketpair@gmail.com>
Wed, 29 Aug 2012 21:19:04 +0000 (03:19 +0600)
Bug introduced in a0f1c0e281ee78ab8ee874bbb6c2140c12101284

lib/netfilter/ct_obj.c

index f57b15e1777c699fcf82c31d52249c03fca62d3a..d5cd18a26bf248e6dc2f2c9dd0f20cd897d0c6ee 100644 (file)
@@ -267,8 +267,8 @@ static void ct_dump_stats(struct nl_object *a, struct nl_dump_params *p)
            !nfnl_ct_test_bytes(ct, 1) ||
            !nfnl_ct_test_packets(ct, 1))
            {
-               nl_dump_line(p, "    Statics are not available.\n");
-               nl_dump_line(p, "    Please set sysctl net.netfilter.nf_conntrack_acct = 1\n");
+               nl_dump_line(p, "    Statistics are not available.\n");
+               nl_dump_line(p, "    Please set sysctl net.netfilter.nf_conntrack_acct=1\n");
                nl_dump_line(p, "    (Require kernel 2.6.27)\n");
                return;
            }