]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
tc: minor spelling fixes
authorStephen Hemminger <shemming@brocade.com>
Thu, 4 Dec 2014 03:28:34 +0000 (19:28 -0800)
committerStephen Hemminger <shemming@brocade.com>
Thu, 4 Dec 2014 03:28:34 +0000 (19:28 -0800)
tc/m_simple.c
tc/m_xt.c

index a8e1d6b24974bd39b58d7cc844645fe4d9616a8f..b61aca735050b02f6542ff6592c4883fd688c3b7 100644 (file)
@@ -8,7 +8,7 @@
  *
  * Authors:    J Hadi Salim <jhs@mojatatu.com>
  *
- * Pedagogical example. Adds a string that will be printed everytime
+ * Pedagogical example. Adds a string that will be printed every time
  * the simple instance is hit. 
  * Use this as a skeleton action and keep modifying it to meet your needs.
  * Look at linux/tc_act/tc_defact.h for the different components ids and
index 3b0cf95b4906b3829b960d07436042668184cd34..48d0fb7a0bb7f449850c6cbcc70b97a5f2ba87d2 100644 (file)
--- a/tc/m_xt.c
+++ b/tc/m_xt.c
@@ -175,7 +175,7 @@ static int parse_ipt(struct action_util *a,int *argc_p,
                                                     &m->option_offset);
 #endif
                        if (opts == NULL) {
-                               fprintf(stderr, " failed to find aditional options for target %s\n\n", optarg);
+                               fprintf(stderr, " failed to find additional options for target %s\n\n", optarg);
                                return -1;
                        } else
                                tcipt_globals.opts = opts;
@@ -346,7 +346,7 @@ print_ipt(struct action_util *au,FILE * f, struct rtattr *arg)
                                             &m->option_offset);
 #endif
        if (opts == NULL) {
-               fprintf(stderr, " failed to find aditional options for target %s\n\n", optarg);
+               fprintf(stderr, " failed to find additional options for target %s\n\n", optarg);
                return -1;
        } else
                tmp_tcipt_globals.opts = opts;