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);