diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-13 09:08:27 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-13 09:08:27 +0100 |
commit | 6331cf059ccfdf35f4e5a505cbae885094cc41b0 (patch) | |
tree | ccb4b4f0d96d9636861a75f7fc6c97b8b15bd306 /networking/tc.c | |
parent | f4fee418ae9f5308b4d32bc8d4e618f779f3203f (diff) | |
download | busybox-w32-6331cf059ccfdf35f4e5a505cbae885094cc41b0.tar.gz busybox-w32-6331cf059ccfdf35f4e5a505cbae885094cc41b0.tar.bz2 busybox-w32-6331cf059ccfdf35f4e5a505cbae885094cc41b0.zip |
*: use "can't" instead of "cannot"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/tc.c')
-rw-r--r-- | networking/tc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tc.c b/networking/tc.c index d9636949c..3115a5254 100644 --- a/networking/tc.c +++ b/networking/tc.c | |||
@@ -531,7 +531,7 @@ int tc_main(int argc UNUSED_PARAM, char **argv) | |||
531 | if (rtnl_dump_request(&rth, obj == OBJ_qdisc ? RTM_GETQDISC : | 531 | if (rtnl_dump_request(&rth, obj == OBJ_qdisc ? RTM_GETQDISC : |
532 | obj == OBJ_class ? RTM_GETTCLASS : RTM_GETTFILTER, | 532 | obj == OBJ_class ? RTM_GETTCLASS : RTM_GETTFILTER, |
533 | &msg, sizeof(msg)) < 0) | 533 | &msg, sizeof(msg)) < 0) |
534 | bb_simple_perror_msg_and_die("cannot send dump request"); | 534 | bb_simple_perror_msg_and_die("can't send dump request"); |
535 | 535 | ||
536 | xrtnl_dump_filter(&rth, obj == OBJ_qdisc ? print_qdisc : | 536 | xrtnl_dump_filter(&rth, obj == OBJ_qdisc ? print_qdisc : |
537 | obj == OBJ_class ? print_class : print_filter, | 537 | obj == OBJ_class ? print_class : print_filter, |