commit 141e8328516dfe701cf2557ba3478f8bdfec1442
parent 81c21babc090f794f1ea25a5f08da05531811fa8
Author: Frederic Cambus <fred@statdns.com>
Date: Sun, 26 May 2019 09:11:27 +0200
Fix some typos.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ansilove.1 b/ansilove.1
@@ -48,7 +48,7 @@ PCBoard (.PCB), Binary (.BIN), Artworx (.ADF), iCE Draw (.IDF),
Tundra (.TND) and XBin (.XB) formats.
.Pp
It creates size optimized 4-bit PNG files and supports SAUCE (Standard
-Architecture for Universal Comment Extentions), 80x25 and 80x50 PC fonts
+Architecture for Universal Comment Extensions), 80x25 and 80x50 PC fonts
(including all the 14 MS-DOS charsets), Amiga fonts, and iCE colors.
.Pp
The options are as follows:
diff --git a/src/ansilove.c b/src/ansilove.c
@@ -215,7 +215,7 @@ main(int argc, char *argv[])
int (*loader)(struct ansilove_ctx *, struct ansilove_options *);
- /* create the output PNG data by invoking the appropiate function */
+ /* create the output PNG data by invoking the appropriate function */
if (!strcmp(fext, ".pcb")) {
loader = ansilove_pcboard;
fileIsPCBoard = true;