summaryrefslogtreecommitdiff
path: root/showfont.c
diff options
context:
space:
mode:
Diffstat (limited to 'showfont.c')
-rw-r--r--showfont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/showfont.c b/showfont.c
index 21b665d..e98f264 100644
--- a/showfont.c
+++ b/showfont.c
@@ -479,7 +479,7 @@ main(int argc, char **argv)
first.low > last.low)) {
last = first;
fprintf(stderr,
- "adjusting range -- specifed first char is after end\n");
+ "adjusting range -- specified first char is after end\n");
}
show_glyphs(fid, &hdr, show_all, first, last);
FSCloseFont(svr, fid);