瀏覽代碼

Comment typos

Renato Golin 13 年之前
父節點
當前提交
a7f25bdde9
共有 2 個文件被更改,包括 4 次插入3 次删除
  1. 1 1
      testing/unittests/sourcedoc.xml
  2. 3 2
      testing/unittests/unittests.cpp

+ 1 - 1
testing/unittests/sourcedoc.xml

@@ -38,7 +38,7 @@
         The difference between internal and API tests is that the former tests
         have access to the internal classes, and can change states that other
         classes don't, while the latter is seeing the classes as the rest of
-        HPCC does. So, the API tests also server as documentation on how to
+        HPCC does. So, the API tests also serves as documentation on how to
         use the API and to expose API problems.
     </para>
     <para>

+ 3 - 2
testing/unittests/unittests.cpp

@@ -29,7 +29,8 @@
 
 /*
  * This is the main unittest driver for HPCC. From here,
- * all unit tests, be them internal or external (API).
+ * all unit tests, be they internal or external (API),
+ * will run.
  *
  * All internal unit tests, written on the same source
  * files as the implementation they're testing, can be
@@ -41,7 +42,7 @@
  * files within the same directory as this file, and
  * statically linked together.
  *
- * CPPUnit will automaticall recognise and run them all.
+ * CPPUnit will automatically recognise and run them all.
  */
 
 /*