From d3cef72f26c757c80b24d737b87013f92940549f Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Mon, 15 Apr 2013 21:51:27 +0800 Subject: changelog updates for 2013.57 --- cli-runopts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli-runopts.c') 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--; -- cgit v1.2.3