projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4566b88
)
(main): Fix typo of error message.
author
handa
<handa>
Wed, 16 Jun 2004 13:13:43 +0000
(13:13 +0000)
committer
handa
<handa>
Wed, 16 Jun 2004 13:13:43 +0000
(13:13 +0000)
example/mdump.c
patch
|
blob
|
history
diff --git
a/example/mdump.c
b/example/mdump.c
index
6546e6d
..
9544861
100644
(file)
--- a/
example/mdump.c
+++ b/
example/mdump.c
@@
-624,7
+624,7
@@
main (int argc, char **argv)
frame = mframe (plist);
m17n_object_unref (plist);
if (! frame)
- FATAL_ERROR ("%s\n", "Can't open a frame (perhaps no font avairable)!");
+ FATAL_ERROR ("%s\n", "Can't open a frame (perhaps no font available)!");
}
memset (&control, 0, sizeof control);