diff options
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--; |