소스 검색

spelling mistakes

avkonst 12 년 전
부모
커밋
b468f8b84c
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      mainline/doc/project.html

+ 6 - 6
mainline/doc/project.html

@@ -94,7 +94,7 @@ along with Metrix++. If not, see <http://www.gnu.org/licenses/>.
                   <li>It scales well to big code bases. For example initial
                     parsing of about 10000 files takes 2-3 minutes on average
                     PC, and ONLY 10-20 seconds for iterative re-run. Reporting
-                    of summary result and exceeded limits is less than 1 - 10
+                    summary results and exceeded limits is less than 1 - 10
                     seconds.</li>
                   <li>It can compare results for 2 code snapshots (collections)
                     and differentiate added regions (classes, functions, etc.),
@@ -158,10 +158,10 @@ along with Metrix++. If not, see <http://www.gnu.org/licenses/>.
                 <p>For the installation of the <span
                 class="normalImportance">Metrix++</span> <a
                 href="http://sourceforge.net/projects/swi/files/">download</a>
-                the archive and unpack it to some folder. Also, you have got an
+                the archive and unpack it to some folder. Also, there is an
                 option to get the <a
                 href="http://swi.svn.sourceforge.net/viewvc/swi/">source
-                code</a> from the version conrol sytem.</p>
+                code</a> from the version conrol system.</p>
 
                 <h4>Prerequisites:</h4>
 
@@ -192,7 +192,7 @@ along with Metrix++. If not, see <http://www.gnu.org/licenses/>.
                 <h3 id="Documentation">Documentation</h3>
 
                 <p>Tools are self-descriptive and have got comprehensive
-                context help. Type in you command line: python
+                context help. Type in the command line: python
                 &lt;tool-name&gt;.py --help</p>
 
                 <h4>Known Limitations</h4>
@@ -215,7 +215,7 @@ along with Metrix++. If not, see <http://www.gnu.org/licenses/>.
                 <p>It will generate a database file in working directory with
                 default name. In order to change the name or location, use
                 corresponding command line option. Depending on a size of code
-                base, colection may take seconds or minutes, but it is very
+                base, collection may take seconds or minutes, but it is very
                 fast in general. In order to achive the highest performance (~
                 to calculation of crc32) for iterative re-scans, point out to
                 the dabase file collected for the previous code revision:</p>
@@ -225,7 +225,7 @@ along with Metrix++. If not, see <http://www.gnu.org/licenses/>.
                 </p>
 
                 <p>Paths are optional. If you do not specify a path, it will
-                scan files in current working directory. Check other available
+                scan files in the current working directory. Check other available
                 options for the tool by executing:</p>
 
                 <p><pre>&gt; python <span class="highImportance">collect.py</span> <span class="normalImportance">--help</span></pre>