From 5f9a3d2502590be09511b4dbbe4bf8f2f1eba1c2 Mon Sep 17 00:00:00 2001 From: "ol.sc" Date: Tue, 27 Dec 2011 01:23:01 +0000 Subject: [PATCH] Fixed typo. git-svn-id: svn://svn.cc65.org/cc65/trunk@5319 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/grc65/grc65.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grc65/grc65.c b/src/grc65/grc65.c index bd237eb70..fdbc84384 100644 --- a/src/grc65/grc65.c +++ b/src/grc65/grc65.c @@ -110,7 +110,7 @@ void printUsage(void) { printf("Usage: %s [options] file\n" "Options:\n" "\t-h, -?\t\tthis help\n" - "\t-f\t\tforce writting files\n" + "\t-f\t\tforce writing files\n" "\t-o name\t\tname C output file\n" "\t-s name\t\tname asm output file\n", ProgName); -- 2.39.2