svnno****@sourc*****
svnno****@sourc*****
2011年 10月 13日 (木) 23:31:58 JST
Revision: 4673 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4673 Author: maya Date: 2011-10-13 23:31:58 +0900 (Thu, 13 Oct 2011) Log Message: ----------- typo fix. Modified Paths: -------------- trunk/doc/en/html/macro/command/expandenv.html trunk/doc/en/html/macro/command/filenamebox.html trunk/doc/en/html/macro/command/getfileattr.html trunk/doc/en/html/macro/command/inputbox.html trunk/doc/en/html/macro/command/passwordbox.html trunk/doc/en/html/macro/command/setfileattr.html trunk/doc/en/html/macro/command/strspecial.html trunk/doc/en/html/macro/command/yesnobox.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/expandenv.html =================================================================== --- trunk/doc/en/html/macro/command/expandenv.html 2011-10-13 10:33:18 UTC (rev 4672) +++ trunk/doc/en/html/macro/command/expandenv.html 2011-10-13 14:31:58 UTC (rev 4673) @@ -26,19 +26,19 @@ <h2>Parameters</h2> <dl> - <dt class="macro">string valiable <strvar></dt> + <dt class="macro">string variable <strvar></dt> <dd>The specified string is expanded.<br /> - When the second argument(<strval>) is given, the result expanding the argument stores into the string valiable <strvar>.</dd> + When the second argument(<strval>) is given, the result expanding the argument stores into the string variable <strvar>.</dd> <dt class="macro">string <strval> (optional)</dt> - <dd>When this argument is given, the result expanding the argument stores into the string valiable <strvar>.</dd> + <dd>When this argument is given, the result expanding the argument stores into the string variable <strvar>.</dd> </dl> <h2>Return Value</h2> <dl> - <dt class="macro">System valiable <result></dt> + <dt class="macro">System variable <result></dt> <dd>The expanded string stores.</dd> </dl> Modified: trunk/doc/en/html/macro/command/filenamebox.html =================================================================== --- trunk/doc/en/html/macro/command/filenamebox.html 2011-10-13 10:33:18 UTC (rev 4672) +++ trunk/doc/en/html/macro/command/filenamebox.html 2011-10-13 14:31:58 UTC (rev 4673) @@ -36,11 +36,11 @@ <h2>Return Value</h2> <dl> - <dt class="macro">System valiable <result> (version 4.65 or later)</dt> + <dt class="macro">System variable <result> (version 4.65 or later)</dt> <dd>If the user specifies a file name and clicks OK button, set to nonzero. The file name is stored in "inputstr."<br> If the user cancels or closes the dialog, set to zero.</dd> - <dt class="macro">System valiable <inputstr></dt> + <dt class="macro">System variable <inputstr></dt> <dd>The file name entered by the user</dd> </dl> Modified: trunk/doc/en/html/macro/command/getfileattr.html =================================================================== --- trunk/doc/en/html/macro/command/getfileattr.html 2011-10-13 10:33:18 UTC (rev 4672) +++ trunk/doc/en/html/macro/command/getfileattr.html 2011-10-13 14:31:58 UTC (rev 4673) @@ -31,7 +31,7 @@ <h2>Return Value</h2> <dl> - <dt class="macro">System valiable <result></dt> + <dt class="macro">System variable <result></dt> <dd>When this command fails, -1 is stored.<br> When the command succeeds, the returned value is in the following:<br> <table border="2"> Modified: trunk/doc/en/html/macro/command/inputbox.html =================================================================== --- trunk/doc/en/html/macro/command/inputbox.html 2011-10-13 10:33:18 UTC (rev 4672) +++ trunk/doc/en/html/macro/command/inputbox.html 2011-10-13 14:31:58 UTC (rev 4673) @@ -64,7 +64,7 @@ <h2>Return Value</h2> <dl> - <dt class="macro">System valiable <inputstr></dt> + <dt class="macro">System variable <inputstr></dt> <dd>The string entered by the user is returned.</dd> </dl> Modified: trunk/doc/en/html/macro/command/passwordbox.html =================================================================== --- trunk/doc/en/html/macro/command/passwordbox.html 2011-10-13 10:33:18 UTC (rev 4672) +++ trunk/doc/en/html/macro/command/passwordbox.html 2011-10-13 14:31:58 UTC (rev 4673) @@ -60,7 +60,7 @@ <h2>Return Value</h2> <dl> - <dt class="macro">System valiable <inputstr></dt> + <dt class="macro">System variable <inputstr></dt> <dd>The string entered by the user is returned.</dd> </dl> Modified: trunk/doc/en/html/macro/command/setfileattr.html =================================================================== --- trunk/doc/en/html/macro/command/setfileattr.html 2011-10-13 10:33:18 UTC (rev 4672) +++ trunk/doc/en/html/macro/command/setfileattr.html 2011-10-13 14:31:58 UTC (rev 4673) @@ -74,7 +74,7 @@ <h2>Return Value</h2> <dl> - <dt class="macro">System valiable <result></dt> + <dt class="macro">System variable <result></dt> <dd>When the command fails, 0 is stored.<br> When the command succeeds, 1 is stored.</dd> </dl> Modified: trunk/doc/en/html/macro/command/strspecial.html =================================================================== --- trunk/doc/en/html/macro/command/strspecial.html 2011-10-13 10:33:18 UTC (rev 4672) +++ trunk/doc/en/html/macro/command/strspecial.html 2011-10-13 14:31:58 UTC (rev 4673) @@ -26,19 +26,19 @@ <h2>Parameters</h2> <dl> - <dt class="macro">string valiable <strvar></dt> + <dt class="macro">string variable <strvar></dt> <dd>The specified string is converted.<br /> - When the second argument(<strval>) is given, the result converting the argument stores into the string valiable <strvar>.</dd> + When the second argument(<strval>) is given, the result converting the argument stores into the string variable <strvar>.</dd> <dt class="macro">string <strval> (optional)</dt> - <dd>When this argument is given, the result converting the argument stores into the string valiable <strvar>.</dd> + <dd>When this argument is given, the result converting the argument stores into the string variable <strvar>.</dd> </dl> <h2>Return Value</h2> <dl> - <dt class="macro">System valiable <result></dt> + <dt class="macro">System variable <result></dt> <dd>The expanded string stores.</dd> </dl> Modified: trunk/doc/en/html/macro/command/yesnobox.html =================================================================== --- trunk/doc/en/html/macro/command/yesnobox.html 2011-10-13 10:33:18 UTC (rev 4672) +++ trunk/doc/en/html/macro/command/yesnobox.html 2011-10-13 14:31:58 UTC (rev 4673) @@ -60,7 +60,7 @@ <h2>Return Value</h2> <dl> - <dt class="macro">System valiable <result></dt> + <dt class="macro">System variable <result></dt> <dd>If the user clicks on the "Yes" button, it is set to 1.<br> If the user clicks on the "No" button, it is set to zero.</dd>