From: ol.sc
Date: Tue, 27 Dec 2011 01:23:01 +0000 (+0000)
Subject: Fixed typo.
X-Git-Tag: V2.13.3~145
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5f9a3d2502590be09511b4dbbe4bf8f2f1eba1c2;p=cc65
Fixed typo.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5319 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
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);