Index: modules/simpletest/drupal_web_test_case.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/drupal_web_test_case.php,v
retrieving revision 1.100
diff -u -r1.100 drupal_web_test_case.php
--- modules/simpletest/drupal_web_test_case.php	29 Apr 2009 12:08:28 -0000	1.100
+++ modules/simpletest/drupal_web_test_case.php	29 Apr 2009 21:24:44 -0000
@@ -641,11 +641,13 @@
   }
 
   /**
-   * Generates a random string of ASCI characters of codes 32 to 126. That
-   * includes alpha-numeric characters and common misc characters.
+   * Generates a random string of ASCII characters of codes 32 to 126.
+   *
+   * The generated string includes alpha-numeric characters and common misc
+   * characters.
    *
    * @param $length
-   *   Length of random string to generate which will be appended to $db_prefx.
+   *   Length of random string to generate which will be appended to $db_prefix.
    * @return
    *   Randomly generated string.
    */
@@ -660,12 +662,13 @@
   }
 
   /**
-   * Generates a random string containing letters, both capital and lower, and
-   * numbers. This method is better for restricted inputs that do not accept
-   * certain characters.
+   * Generates a random string containing letters and numbers.
+   *
+   * The letters may be upper or lower case. This method is better for
+   * restricted inputs that do not accept certain characters.
    *
    * @param $length
-   *   Length of random string to generate which will be appended to $db_prefx.
+   *   Length of random string to generate which will be appended to $db_prefix.
    * @return
    *   Randomly generated string.
    */
