From: Kristian Høgsberg Date: Mon, 7 Apr 2008 16:38:21 +0000 (-0400) Subject: Silly spelling error. X-Git-Tag: 0.1~159 X-Git-Url: http://project.juiblex.co.uk/git/?a=commitdiff_plain;h=69e12a1fb27f7c6a7a54fb57a740ecff719f861f;p=razor2.git%2F.git Silly spelling error. --- diff --git a/main.c b/main.c index e7c7d50..24e6293 100644 --- a/main.c +++ b/main.c @@ -692,7 +692,7 @@ command_download(int argc, const char *argv[]) else if (matches == 1) fprintf(stderr, "downloaded 1 package\n"); else - fprintf(stderr, "downloaded %d package\n", matches); + fprintf(stderr, "downloaded %d packages\n", matches); return 0; }