svnno****@sourc*****
svnno****@sourc*****
2015年 9月 13日 (日) 05:22:44 JST
Revision: 6012 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6012 Author: yutakapon Date: 2015-09-13 05:22:43 +0900 (Sun, 13 Sep 2015) Log Message: ----------- スペルミスを修正した。 Modified Paths: -------------- trunk/doc/en/html/macro/command/clipb2var.html trunk/doc/en/html/macro/command/closesbox.html trunk/doc/en/html/macro/command/dirnamebox.html trunk/doc/en/html/macro/command/filenamebox.html trunk/doc/en/html/macro/command/filestrseek2.html trunk/doc/en/html/macro/command/foldercreate.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/clipb2var.html =================================================================== --- trunk/doc/en/html/macro/command/clipb2var.html 2015-09-12 19:36:55 UTC (rev 6011) +++ trunk/doc/en/html/macro/command/clipb2var.html 2015-09-12 20:22:43 UTC (rev 6012) @@ -56,7 +56,7 @@ <tr> <td>2</td> - <td>Copied string was truncated. If you want to read a truncated data, increment a offset value and execute a clipb2var comannd again.</td> + <td>Copied string was truncated. If you want to read a truncated data, increment a offset value and execute a clipb2var command again.</td> </tr> <tr> Modified: trunk/doc/en/html/macro/command/closesbox.html =================================================================== --- trunk/doc/en/html/macro/command/closesbox.html 2015-09-12 19:36:55 UTC (rev 6011) +++ trunk/doc/en/html/macro/command/closesbox.html 2015-09-12 20:22:43 UTC (rev 6012) @@ -14,7 +14,7 @@ <h1>closesbox</h1> <p> -Closes the status dialog box opend by the "statusbox" command. +Closes the status dialog box opened by the "statusbox" command. </p> <pre class="macro-syntax"> Modified: trunk/doc/en/html/macro/command/dirnamebox.html =================================================================== --- trunk/doc/en/html/macro/command/dirnamebox.html 2015-09-12 19:36:55 UTC (rev 6011) +++ trunk/doc/en/html/macro/command/dirnamebox.html 2015-09-12 20:22:43 UTC (rev 6012) @@ -25,11 +25,11 @@ <dl> <dt class="macro">string <title></dt> - <dd>The titie of dialog box</dd> + <dd>The title of dialog box</dd> <dt class="macro">string <initialdir> (optional default="")</dt> <dd>Initial directory of dialog box.<br> - Whne an empty string and an invalid path is specified, the initial directory is the user desktop.</dd> + When an empty string and an invalid path is specified, the initial directory is the user desktop.</dd> </dl> <h2>Return Value</h2> Modified: trunk/doc/en/html/macro/command/filenamebox.html =================================================================== --- trunk/doc/en/html/macro/command/filenamebox.html 2015-09-12 19:36:55 UTC (rev 6011) +++ trunk/doc/en/html/macro/command/filenamebox.html 2015-09-12 20:22:43 UTC (rev 6012) @@ -25,7 +25,7 @@ <dl> <dt class="macro">string <title></dt> - <dd>The titie of dialog box</dd> + <dd>The title of dialog box</dd> <dt class="macro">integer <dialogtype> (optional default=zero) (version 4.65 or later)</dt> <dd>Specifies the type of dialog box.<br> Modified: trunk/doc/en/html/macro/command/filestrseek2.html =================================================================== --- trunk/doc/en/html/macro/command/filestrseek2.html 2015-09-12 19:36:55 UTC (rev 6011) +++ trunk/doc/en/html/macro/command/filestrseek2.html 2015-09-12 20:22:43 UTC (rev 6012) @@ -14,7 +14,7 @@ <h1>filestrseek2</h1> <p> -Backward searchs a string from a file. +Backward searches a string from a file. </p> <pre class="macro-syntax"> Modified: trunk/doc/en/html/macro/command/foldercreate.html =================================================================== --- trunk/doc/en/html/macro/command/foldercreate.html 2015-09-12 19:36:55 UTC (rev 6011) +++ trunk/doc/en/html/macro/command/foldercreate.html 2015-09-12 20:22:43 UTC (rev 6012) @@ -24,7 +24,7 @@ <h2>Remarks</h2> <p> -Creates aa new folder specified by <foldername>.<br> +Creates a new folder specified by <foldername>.<br> If the folder is created successfully, the system variable "result" is set to 0. Otherwise, "result" is set to non-zero. </p>