diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-11 16:25:16 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-11 16:25:16 +0000 |
commit | 69ed7f66b8e846e90e1540e36693e518936a23bb (patch) | |
tree | 0351153ac1c9224622c6cfb2f999dc90a6d3b1ae /modules/simpletest | |
parent | 3e552053f1fd3ebcc34c2fef4efb50721da749e5 (diff) | |
download | brdo-69ed7f66b8e846e90e1540e36693e518936a23bb.tar.gz brdo-69ed7f66b8e846e90e1540e36693e518936a23bb.tar.bz2 |
#546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user interface.
Diffstat (limited to 'modules/simpletest')
-rw-r--r-- | modules/simpletest/drupal_web_test_case.php | 4 |
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() */ |