summaryrefslogtreecommitdiffstats
path: root/ip6tables.c
diff options
context:
space:
mode:
author/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org </C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org>2007-06-12 01:36:26 +0000
committer/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org </C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org>2007-06-12 01:36:26 +0000
commit6067877571ee1ab57af517d0bd857ec139b9f9e7 (patch)
tree38bb53d78dbab632dde4b1e9cfa7c285f13948b6 /ip6tables.c
parent547be96462fb1ecff5c30f2e8c4465b3a5732932 (diff)
A white space fix in ip6tables.c
Diffstat (limited to 'ip6tables.c')
-rw-r--r--ip6tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ip6tables.c b/ip6tables.c
index e742631..f316c7a 100644
--- a/ip6tables.c
+++ b/ip6tables.c
@@ -2011,7 +2011,7 @@ int do_command6(int argc, char *argv[], char **table, ip6tc_handle_t *handle)
newname = argv[optind++];
else
exit_error(PARAMETER_PROBLEM,
- "-%c requires old-chain-name and "
+ "-%c requires old-chain-name and "
"new-chain-name",
cmd2char(CMD_RENAME_CHAIN));
break;