From: handa Date: Wed, 22 Feb 2006 01:30:29 +0000 (+0000) Subject: Fix some typo in documention. X-Git-Tag: REL-1-3-3~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=31a541c252841553d8c7b87b00a8d130985e0de8;p=m17n%2Fm17n-lib.git Fix some typo in documention. --- diff --git a/example/mdump.c b/example/mdump.c index d767e2e..2d77624 100644 --- a/example/mdump.c +++ b/example/mdump.c @@ -105,12 +105,12 @@
  • -fg FOREGROUND - Speicify the text color. The supported color names are those of + Specify the text color. The supported color names are those of HTML 4.0 and "#RRGGBB" notation.
  • -bg BACKGROUND - Speicify the background color. The supported color names are the + Specify the background color. The supported color names are the same as FOREGROUND, except that if "transparent" is specified, make the background transparent. diff --git a/example/medit.c b/example/medit.c index 6195380..30a7e3b 100644 --- a/example/medit.c +++ b/example/medit.c @@ -49,7 +49,7 @@ This program is to demonstrate how to use the m17n GUI API. Although m17n-edit directly uses the GUI API, the API is mainly - for toolkit libraries or to implement XOM (X Outout Method), not + for toolkit libraries or to implement XOM (X Output Method), not for direct use from application programs. */ /***ja @@ -81,7 +81,7 @@ ¤³¤Î¥×¥í¥°¥é¥à¤Ï m17n GUI API ¤Î»È¤¤Êý¤ò¼¨¤¹¤â¤Î¤Ç¤¢¤ë¡£m17n-edit ¤ÏľÀÜ GUI API ¤ò»È¤Ã¤Æ¤¤¤ë¤¬¡¢¤³¤Î API ¤Ï¼ç¤Ë¥Ä¡¼¥ë¥­¥Ã¥È¥é¥¤¥Ö¥é - ¥ê¤äXOM (X Outout Method) ¤Î¼ÂÁõÍѤǤ¢¤ê¡¢¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¥×¥í¥°¥é + ¥ê¤äXOM (X Output Method) ¤Î¼ÂÁõÍѤǤ¢¤ê¡¢¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¥×¥í¥°¥é ¥à¤«¤é¤ÎľÀܤÎÍøÍѤò°Õ¿Þ¤·¤Æ¤¤¤Ê¤¤¡£ */ diff --git a/example/mview.c b/example/mview.c index 6b4d3a6..d548300 100644 --- a/example/mview.c +++ b/example/mview.c @@ -45,7 +45,7 @@
  • -s FONTSIZE - FONTSIZE is the fontsize in point. If ommited, it defaults to the + FONTSIZE is the fontsize in point. If omitted, it defaults to the size of the default font defined in X resource.
  • --version @@ -230,7 +230,7 @@ help_exit (char *prog, int exit_code) "ENCODING is the encoding of FILE (defaults to UTF-8).\n"); printf (" %-13s %s", "-s FONTSIZE", "FONTSIZE is the fontsize in point.\n"); - printf ("\t\tIf ommited, it defaults to the size\n"); + printf ("\t\tIf omitted, it defaults to the size\n"); printf ("\t\tof the default font defined in X resource.\n"); printf (" %-13s %s", "--version", "print version number\n"); printf (" %-13s %s", "-h, --help", "print this message\n");