diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-04-15 21:51:27 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-04-15 21:51:27 +0800 |
commit | d3cef72f26c757c80b24d737b87013f92940549f (patch) | |
tree | 7b6f6d2113f6d85b6034fe2d5cb0b5252acb6b54 /cli-runopts.c | |
parent | ef151888fbef7f33f2140da579945b7fcb83151c (diff) |
changelog updates for 2013.57
Diffstat (limited to 'cli-runopts.c')
-rw-r--r-- | cli-runopts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli-runopts.c b/cli-runopts.c index d95dad5..a6e2b06 100644 --- a/cli-runopts.c +++ b/cli-runopts.c @@ -504,7 +504,7 @@ multihop_passthrough_args() { total += written; } - /* if args where passed, total will be not zero, and it will have a space at the end, so remove that */ + /* if args were passed, total will be not zero, and it will have a space at the end, so remove that */ if (total > 0) { total--; |