tc: minor spelling fixes
This commit is contained in:
parent
14e9767330
commit
b2e116d6c3
|
|
@ -175,7 +175,7 @@ static int parse_ipt(struct action_util *a,int *argc_p,
|
||||||
&m->option_offset);
|
&m->option_offset);
|
||||||
#endif
|
#endif
|
||||||
if (opts == NULL) {
|
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;
|
return -1;
|
||||||
} else
|
} else
|
||||||
tcipt_globals.opts = opts;
|
tcipt_globals.opts = opts;
|
||||||
|
|
@ -346,7 +346,7 @@ print_ipt(struct action_util *au,FILE * f, struct rtattr *arg)
|
||||||
&m->option_offset);
|
&m->option_offset);
|
||||||
#endif
|
#endif
|
||||||
if (opts == NULL) {
|
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;
|
return -1;
|
||||||
} else
|
} else
|
||||||
tmp_tcipt_globals.opts = opts;
|
tmp_tcipt_globals.opts = opts;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue