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

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2015年 9月 13日 (日) 04:36:55 JST


Revision: 6011
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6011
Author:   yutakapon
Date:     2015-09-13 04:36:55 +0900 (Sun, 13 Sep 2015)
Log Message:
-----------
スペルミスを修正した。

Modified Paths:
--------------
    trunk/doc/en/html/macro/syntax/identifiers.html
    trunk/doc/en/html/macro/syntax/variables.html

-------------- next part --------------
Modified: trunk/doc/en/html/macro/syntax/identifiers.html
===================================================================
--- trunk/doc/en/html/macro/syntax/identifiers.html	2015-09-12 19:29:12 UTC (rev 6010)
+++ trunk/doc/en/html/macro/syntax/identifiers.html	2015-09-12 19:36:55 UTC (rev 6011)
@@ -14,7 +14,7 @@
 <h2>1) Variable identifiers</h2>
 
 <p>
-The first character must be an alphabetic (A-Z, a-z) or an underscore character "_". Subsequent characters can be alphabetic, underscore or numeric (0-9). Variable identifiers are not case sensitive. The maximum length is 32.
+The first character must be an alphabetic (A-Z, a-z) or an underscore character "_". Subsequent characters can be alphabetic, underscore or numeric (0-9). Variable identifiers are not case-sensitive. The maximum length is 32.
 </p>
 
 <pre>
@@ -26,7 +26,7 @@
 <h2>2) Label identifiers</h2>
 
 <p>
-Label identifiers consist of alphabetic, underscore or numeric characters, and are not case sensitive. The maximum length is 32.
+Label identifiers consist of alphabetic, underscore or numeric characters, and are not case-sensitive. The maximum length is 32.
 </p>
 
 <pre>

Modified: trunk/doc/en/html/macro/syntax/variables.html
===================================================================
--- trunk/doc/en/html/macro/syntax/variables.html	2015-09-12 19:29:12 UTC (rev 6010)
+++ trunk/doc/en/html/macro/syntax/variables.html	2015-09-12 19:36:55 UTC (rev 6011)
@@ -65,7 +65,7 @@
   </tr>
   <tr>
     <td>param1, param2 ... param9, paramcnt</td>
-    <td>string, interger</td>
+    <td>string, integer</td>
     <td>*1</td>
     <td>*1</td>
   </tr>
@@ -156,7 +156,7 @@
 </table>
 
 <p>
-*1 The second to ninth command line parameter of MACRO. The first parameter (param1) is the macro file name. "paramcnt" is a number of parameter counter including the fisrt parameter. See "<A HREF="../commandline.html">Command line</A>".<br>
+*1 The second to ninth command line parameter of MACRO. The first parameter (param1) is the macro file name. "paramcnt" is a number of parameter counter including the first parameter. See "<A HREF="../commandline.html">Command line</A>".<br>
 *2 Precision is about 50 msec.
 </p>
 



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