summaryrefslogtreecommitdiff
path: root/modules/simpletest/drupal_web_test_case.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/drupal_web_test_case.php')
-rw-r--r--modules/simpletest/drupal_web_test_case.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php
index 7ea600145..c5d2926e9 100644
--- a/modules/simpletest/drupal_web_test_case.php
+++ b/modules/simpletest/drupal_web_test_case.php
@@ -1021,7 +1021,7 @@ class DrupalWebTestCase extends DrupalTestCase {
* populated with data of the logged in user. If you need full access to the
* user object after logging in, it must be updated manually. If you also need
* access to the plain-text password of the user (set by drupalCreateUser()),
- * e.g. to login the same user again, then it must be re-assigned manually.
+ * e.g. to log in the same user again, then it must be re-assigned manually.
* For example:
* @code
* // Create a user.
@@ -1034,7 +1034,7 @@ class DrupalWebTestCase extends DrupalTestCase {
* @endcode
*
* @param $user
- * User object representing the user to login.
+ * User object representing the user to log in.
*
* @see drupalCreateUser()
*/