svnno****@sourc*****
svnno****@sourc*****
2015年 9月 13日 (日) 02:16:23 JST
Revision: 6003 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6003 Author: yutakapon Date: 2015-09-13 02:16:23 +0900 (Sun, 13 Sep 2015) Log Message: ----------- スペルミスを修正した。 Modified Paths: -------------- trunk/doc/en/html/commandline/cygterm.html trunk/doc/en/html/commandline/teraterm.html trunk/doc/en/html/commandline/ttssh.html -------------- next part -------------- Modified: trunk/doc/en/html/commandline/cygterm.html =================================================================== --- trunk/doc/en/html/commandline/cygterm.html 2015-09-12 16:58:37 UTC (rev 6002) +++ trunk/doc/en/html/commandline/cygterm.html 2015-09-12 17:16:23 UTC (rev 6003) @@ -44,7 +44,7 @@ Specify the command line of a shell on Cygwin to execute. This format is the same as SHELL in the configuration file. The command line should be enclosed in quotes to include spaces. - Any command can be spedicied even if a non-shell command. + Any command can be specified even if a non-shell command. </dd> <dt id="ls">-ls</dt> @@ -93,7 +93,7 @@ </p> <p> -cygterm.exe is an Win32 application which uses cygwin1.dll. It can be run from Cygwin command line or a shortcut on Windows. +cygterm.exe is a Win32 application which uses cygwin1.dll. It can be run from Cygwin command line or a shortcut on Windows. </p> <p> Modified: trunk/doc/en/html/commandline/teraterm.html =================================================================== --- trunk/doc/en/html/commandline/teraterm.html 2015-09-12 16:58:37 UTC (rev 6002) +++ trunk/doc/en/html/commandline/teraterm.html 2015-09-12 17:16:23 UTC (rev 6003) @@ -93,7 +93,7 @@ <dd>Hide title bar.</dd> <dt id="i">/I</dt> - <dd>Start Tera Term in iconized state.</dd> + <dd>Iconify Tera Term window.</dd> <dt id="k">/K=<keyboard setup file></dt> <dd>Keyboard setup file <a href="#note2">[2]</a><br> @@ -157,7 +157,7 @@ </ul></dd> <dt id="tekicon">/TEKICON=<icon name></dt> - <dd>TEK window icon. Could be specify the same value of <a href="../setup/teraterm-win.html#WindowIcon">TEKIcon of setup file</a>.</dd> + <dd>TEK window icon. Could be specified the same value of <a href="../setup/teraterm-win.html#WindowIcon">TEKIcon of setup file</a>.</dd> <dt id="timeout">/TIMEOUT=<connecting timeout value></dt> <dd>Could be specified per seconds.</dd> @@ -166,7 +166,7 @@ <dd>Start Tera Term in hidden (invisible) state.</dd> <dt id="vticon">/VTICON=<icon name></dt> - <dd>VT window icon. Could be specify the same value of <a href="../setup/teraterm-win.html#WindowIcon">VTIcon of setup file</a>.</dd> + <dd>VT window icon. Could be specified the same value of <a href="../setup/teraterm-win.html#WindowIcon">VTIcon of setup file</a>.</dd> <dt id="w">/W=<window title></dt> <dd>Window title <a href="#note2">[2]</a><br> Modified: trunk/doc/en/html/commandline/ttssh.html =================================================================== --- trunk/doc/en/html/commandline/ttssh.html 2015-09-12 16:58:37 UTC (rev 6002) +++ trunk/doc/en/html/commandline/ttssh.html 2015-09-12 17:16:23 UTC (rev 6003) @@ -21,7 +21,7 @@ <dl> <dt id="hostname"><username>@<host>[:<#TCP port>]</dt> - <dd>A user can specify the user name in front of atmark.</dd> + <dd>A user can specify the user name in front of at-mark.</dd> <dt id="host-url"><scheme>://[<username>[:<password>]@]<host>[:<TCP port>][/]</dt> <dd>A user can the URL format.<br> @@ -78,7 +78,7 @@ <dd>try to autologin with empty password</dd> <dt id="auth">/auth=<mode></dt> - <dd>try to autologin with the authentication method that is sepcified by <mode>. + <dd>try to autologin with the authentication method that is specified by <mode>. <ul> <li><span class="syntax">password</span> Password Authentication</li> <li><span class="syntax">publickey</span> Public Key Authentication</li> @@ -105,16 +105,16 @@ </dd> <dt id="ssh-l">/ssh-L[<listen_addr>:]<port1>:<host>:<port2>[,[<listen_addr>:]<port1>:<host>:<port2>[,...]]</dt> - <dd>port-fowarding from local listen-address(<listen_addr>) port(<port1>) to remote side host(<host>) port(<port2>)<br> + <dd>port-forwarding from local listen-address(<listen_addr>) port(<port1>) to remote side host(<host>) port(<port2>)<br> if <listen_addr> is omitted, it listens at localhost.</dd> <dt id="ssh-r">/ssh-R[<listen_addr>:]<port1>:<host>:<port2>[,[<listen_addr>:]<port1>:<host>:<port2>[,...]]</dt> - <dd>port-fowarding from remote listen-address(<listen_addr>) port(<port1>) to local side host(<host>) port(<port2>)<br> + <dd>port-forwarding from remote listen-address(<listen_addr>) port(<port1>) to local side host(<host>) port(<port2>)<br> if <listen_addr> is omitted, it listens at localhost.<br> <listen_addr> is not used with SSH1 protocol.</dd> <dt id="ssh-x">/ssh-X[[<hostname>]:<displaynumber>[.<screennumber>]]</dt> - <dd>enable X11 fowarding<br> + <dd>enable X11 forwarding<br> When the destination display is specified, the X11 connection is transferred to the display.<br> Or when the display is not specified, the transferred display will be determined. <ol> @@ -153,7 +153,7 @@ <dd>specify the icon on SSH connection <ul> <li><span class="syntax">green</span> A green icon on TTSSH2.63 or later.</li> - <li><span class="syntax">yellow</span> An yellow icon on TTSSH2.62 earlier.</li> + <li><span class="syntax">yellow</span> A yellow icon on TTSSH2.62 earlier.</li> <li><span class="syntax">default</span> A default icon(equal to green).</li> </ul> </dd>