svnno****@sourc*****
svnno****@sourc*****
2017年 5月 9日 (火) 20:50:55 JST
Revision: 6702 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6702 Author: doda Date: 2017-05-09 20:50:55 +0900 (Tue, 09 May 2017) Log Message: ----------- typo fix (macro command) Modified Paths: -------------- trunk/doc/en/html/macro/command/clipb2var.html trunk/doc/en/html/macro/command/connect.html trunk/doc/en/html/macro/command/exec.html trunk/doc/en/html/macro/command/ifthenelseif.html trunk/doc/en/html/macro/command/listbox.html trunk/doc/en/html/macro/command/loginfo.html trunk/doc/en/html/macro/command/var2clipb.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/clipb2var.html =================================================================== --- trunk/doc/en/html/macro/command/clipb2var.html 2017-05-09 11:50:18 UTC (rev 6701) +++ trunk/doc/en/html/macro/command/clipb2var.html 2017-05-09 11:50:55 UTC (rev 6702) @@ -25,7 +25,7 @@ <p> Copies the text data in clipboard to <strvar>.<br> -If clipboad content is too long, copied data was truncated. (cf. <a href="../syntax/types.html#String">maximum length of a string</a>) +If clipboard content is too long, copied data was truncated. (cf. <a href="../syntax/types.html#String">maximum length of a string</a>) </p> <p> Modified: trunk/doc/en/html/macro/command/connect.html =================================================================== --- trunk/doc/en/html/macro/command/connect.html 2017-05-09 11:50:18 UTC (rev 6701) +++ trunk/doc/en/html/macro/command/connect.html 2017-05-09 11:50:55 UTC (rev 6702) @@ -138,13 +138,13 @@ </p> <pre class=".code"> -<code>connect '<em>myserve</em> /ssh /auth=password /user=<em>username</em> /ask4passwd' +<code>connect '<em>myserver</em> /ssh /auth=password /user=<em>username</em> /ask4passwd' connect '<em>myserver</em> /ssh /1 /auth=password /user=<em>username</em> /ask4passwd' connect '<em>myserver</em> /ssh /2 /auth=password /user=<em>username</em> /ask4passwd' connect '<em>myserver</em> /ssh /auth=publickey /user=<em>username</em> /ask4passwd /keyfile=<em>private-key-file</em>' connect '<em>myserver</em> /ssh /1 /auth=publickey /user=<em>username</em> /ask4passwd /keyfile=<em>private-key-file</em>' connect '<em>myserver</em> /ssh /2 /auth=publickey /user=<em>username</em> /ask4passwd /keyfile=<em>private-key-file</em>' -connect '<em>myserve</em> /ssh /auth=challenge /user=<em>username</em> /ask4passwd' +connect '<em>myserver</em> /ssh /auth=challenge /user=<em>username</em> /ask4passwd' connect '<em>myserver</em> /ssh /1 /auth=challenge /user=<em>username</em> /ask4passwd' connect '<em>myserver</em> /ssh /2 /auth=challenge /user=<em>username</em> /ask4passwd' </code></pre> @@ -210,7 +210,7 @@ ; authentication, and not prompt for user name and password and use private key file. connect '<em>myserver</em> /ssh /auth=pageant /user=<em>username</em>' -; RunTera Term and open serial port connection. Port number is x=1..256 +; Run Tera Term and open serial port connection. Port number is x=1..256 connect '/C=x' CommandLine = '111.111.11.11' Modified: trunk/doc/en/html/macro/command/exec.html =================================================================== --- trunk/doc/en/html/macro/command/exec.html 2017-05-09 11:50:18 UTC (rev 6701) +++ trunk/doc/en/html/macro/command/exec.html 2017-05-09 11:50:55 UTC (rev 6702) @@ -81,7 +81,7 @@ When the macro script is executed on the 64bit Windows, an WOW64's application will not work well.<br /> <br /> The 32bit application can launch because the ttpmacro.exe is the 32bit program. An application will launch -the 64bit programm again when the 32bit program is executed on the 64bit operating system. <br /> +the 64bit program again when the 32bit program is executed on the 64bit operating system. <br /> If the <wait> is specified, the exec macro will continue to next step because the 32bit program launched by the macro script terminates soon. <br /> <br /> Modified: trunk/doc/en/html/macro/command/ifthenelseif.html =================================================================== --- trunk/doc/en/html/macro/command/ifthenelseif.html 2017-05-09 11:50:18 UTC (rev 6701) +++ trunk/doc/en/html/macro/command/ifthenelseif.html 2017-05-09 11:50:55 UTC (rev 6702) @@ -100,7 +100,7 @@ <h3>*) NOTICE</h3> <em>(version 4.90 or later)</em><br> -By using Format 2(if - endif), the synax error occurs when then is not described. +By using Format 2(if - endif), the syntax error occurs when then is not described. <pre class="macro-example"> code = 100 Modified: trunk/doc/en/html/macro/command/listbox.html =================================================================== --- trunk/doc/en/html/macro/command/listbox.html 2017-05-09 11:50:18 UTC (rev 6701) +++ trunk/doc/en/html/macro/command/listbox.html 2017-05-09 11:50:55 UTC (rev 6702) @@ -34,7 +34,7 @@ <dd>It is displayed as the list box items.</dd> <dt class="macro">integer <selected> (version 4.89 or later)</dt> - <dd>It is selected firt item by specifying the zero-based index of the array. This argument is optional.</dd> + <dd>It is selected first item by specifying the zero-based index of the array. This argument is optional.</dd> </dl> <h2>Return Value</h2> Modified: trunk/doc/en/html/macro/command/loginfo.html =================================================================== --- trunk/doc/en/html/macro/command/loginfo.html 2017-05-09 11:50:18 UTC (rev 6701) +++ trunk/doc/en/html/macro/command/loginfo.html 2017-05-09 11:50:55 UTC (rev 6702) @@ -70,7 +70,7 @@ elseif result & 8 == 0 then flags = result - ; When the log timestamp is disabled, a new log with timestamp is re-opend. + ; When the log timestamp is disabled, a new log with timestamp is re-opened. logclose logopen logfile 0 1 flags&4 1 flags&16 endif Modified: trunk/doc/en/html/macro/command/var2clipb.html =================================================================== --- trunk/doc/en/html/macro/command/var2clipb.html 2017-05-09 11:50:18 UTC (rev 6701) +++ trunk/doc/en/html/macro/command/var2clipb.html 2017-05-09 11:50:55 UTC (rev 6702) @@ -14,7 +14,7 @@ <h1>var2clipb</h1> <p> -Copys the text data to clipboard. +Copies the text data to clipboard. </p> <pre class="macro-syntax"> @@ -24,7 +24,7 @@ <h2>Remarks</h2> <p> -Copys <string> to clipboard.<br> +Copies <string> to clipboard.<br> The "var2clipb" command returns one of the following values in the system variable "result": </p>