svnno****@sourc*****
svnno****@sourc*****
2015年 9月 13日 (日) 05:38:54 JST
Revision: 6014 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6014 Author: yutakapon Date: 2015-09-13 05:38:54 +0900 (Sun, 13 Sep 2015) Log Message: ----------- スペルミスを修正した。 Modified Paths: -------------- trunk/doc/en/html/macro/command/statusbox.html trunk/doc/en/html/macro/command/strcopy.html trunk/doc/en/html/macro/command/strmatch.html trunk/doc/en/html/macro/command/strreplace.html trunk/doc/en/html/macro/command/waitevent.html trunk/doc/en/html/macro/command/waitregex.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/statusbox.html =================================================================== --- trunk/doc/en/html/macro/command/statusbox.html 2015-09-12 20:31:37 UTC (rev 6013) +++ trunk/doc/en/html/macro/command/statusbox.html 2015-09-12 20:38:54 UTC (rev 6014) @@ -86,7 +86,7 @@ <pre class="macro-example"> -; infinite loop while displying the counter +; infinite loop while displaying the counter step = 0 while 1 call show_step Modified: trunk/doc/en/html/macro/command/strcopy.html =================================================================== --- trunk/doc/en/html/macro/command/strcopy.html 2015-09-12 20:31:37 UTC (rev 6013) +++ trunk/doc/en/html/macro/command/strcopy.html 2015-09-12 20:38:54 UTC (rev 6014) @@ -27,7 +27,7 @@ <p> Copies a substring of <string> to the string variable <strvar>. -The substring begings at the <pos>th(1-origin) character in <string>, and its length is <len>. +The substring begins at the <pos>th(1-origin) character in <string>, and its length is <len>. </p> <h2>Example</h2> Modified: trunk/doc/en/html/macro/command/strmatch.html =================================================================== --- trunk/doc/en/html/macro/command/strmatch.html 2015-09-12 20:31:37 UTC (rev 6013) +++ trunk/doc/en/html/macro/command/strmatch.html 2015-09-12 20:38:54 UTC (rev 6014) @@ -54,7 +54,7 @@ </p> <p> -When a user searches the multibyte string like as Japanese, the user must configure the regular encoding by using the <a href="regexoption.html">regexoption</a> previously. +When a user searches the multi-byte string like as Japanese, the user must configure the regular encoding by using the <a href="regexoption.html">regexoption</a> previously. </p> <h2>Example</h2> Modified: trunk/doc/en/html/macro/command/strreplace.html =================================================================== --- trunk/doc/en/html/macro/command/strreplace.html 2015-09-12 20:31:37 UTC (rev 6013) +++ trunk/doc/en/html/macro/command/strreplace.html 2015-09-12 20:38:54 UTC (rev 6014) @@ -36,7 +36,7 @@ </p> <p> -When a user searches the multibyte string like as Japanese, the user must configure the regular encoding by using the <a href="regexoption.html">regexoption</a> previously. +When a user searches the multi-byte string like as Japanese, the user must configure the regular encoding by using the <a href="regexoption.html">regexoption</a> previously. </p> <p> Modified: trunk/doc/en/html/macro/command/waitevent.html =================================================================== --- trunk/doc/en/html/macro/command/waitevent.html 2015-09-12 20:31:37 UTC (rev 6013) +++ trunk/doc/en/html/macro/command/waitevent.html 2015-09-12 20:38:54 UTC (rev 6014) @@ -59,7 +59,7 @@ </p> <p> -The disconnection (connection) event occurs when the communication between Tera Term and the host is closed (opend). +The disconnection (connection) event occurs when the communication between Tera Term and the host is closed (opened). </p> <p> @@ -73,9 +73,9 @@ waitevent 4 ; Wait the unlink or connection events waitevent 2 or 8 -; The unlink event occured +; The unlink event occurred if result=2 goto label1 -; The connection event occured +; The connection event occurred if result=8 goto label2 </pre> Modified: trunk/doc/en/html/macro/command/waitregex.html =================================================================== --- trunk/doc/en/html/macro/command/waitregex.html 2015-09-12 20:31:37 UTC (rev 6013) +++ trunk/doc/en/html/macro/command/waitregex.html 2015-09-12 20:38:54 UTC (rev 6014) @@ -66,7 +66,7 @@ </p> <p> -When a user searches the multibyte string like as Japanese, the user must configure the regular encoding by using the <a href="regexoption.html">regexoption</a> previously. +When a user searches the multi-byte string like as Japanese, the user must configure the regular encoding by using the <a href="regexoption.html">regexoption</a> previously. </p> <h2>Example</h2>