[Ttssh2-commit] [6003] スペルミスを修正した。

Back to archive index

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=&lt;keyboard setup file&gt;</dt>
   <dd>Keyboard setup file <a href="#note2">[2]</a><br>
@@ -157,7 +157,7 @@
       </ul></dd>
 
   <dt id="tekicon">/TEKICON=&lt;icon name&gt;</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=&lt;connecting timeout value&gt;</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=&lt;icon name&gt;</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=&lt;window title&gt;</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">&lt;username&gt;@&lt;host&gt;[:&lt;#TCP port&gt;]</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">&lt;scheme&gt;://[&lt;username&gt[:&lt;password&gt;]@]&lt;host&gt;[:&lt;TCP port&gt;][/]</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=&lt;mode&gt;</dt>
-  <dd>try to autologin with the authentication method that is sepcified by &lt;mode&gt;.
+  <dd>try to autologin with the authentication method that is specified by &lt;mode&gt;.
       <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[&lt;listen_addr&gt;:]&lt;port1&gt;:&lt;host&gt;:&lt;port2&gt;[,[&lt;listen_addr&gt;:]&lt;port1&gt;:&lt;host&gt;:&lt;port2&gt;[,...]]</dt>
-  <dd>port-fowarding from local listen-address(&lt;listen_addr&gt;) port(&lt;port1&gt;) to remote side host(&lt;host&gt;) port(&lt;port2&gt;)<br>
+  <dd>port-forwarding from local listen-address(&lt;listen_addr&gt;) port(&lt;port1&gt;) to remote side host(&lt;host&gt;) port(&lt;port2&gt;)<br>
       if &lt;listen_addr&gt; is omitted, it listens at localhost.</dd>
 
   <dt id="ssh-r">/ssh-R[&lt;listen_addr&gt;:]&lt;port1&gt;:&lt;host&gt;:&lt;port2&gt;[,[&lt;listen_addr&gt;:]&lt;port1&gt;:&lt;host&gt;:&lt;port2&gt;[,...]]</dt>
-  <dd>port-fowarding from remote listen-address(&lt;listen_addr&gt;) port(&lt;port1&gt;) to local side host(&lt;host&gt;) port(&lt;port2&gt;)<br>
+  <dd>port-forwarding from remote listen-address(&lt;listen_addr&gt;) port(&lt;port1&gt;) to local side host(&lt;host&gt;) port(&lt;port2&gt;)<br>
       if &lt;listen_addr&gt; is omitted, it listens at localhost.<br>
       &lt;listen_addr&gt; is not used with SSH1 protocol.</dd>
 
   <dt id="ssh-x">/ssh-X[[&lt;hostname&gt;]:&lt;displaynumber&gt;[.&lt;screennumber&gt;]]</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>



Ttssh2-commit メーリングリストの案内
Back to archive index