From 69ed7f66b8e846e90e1540e36693e518936a23bb Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 11 Jan 2010 16:25:16 +0000 Subject: #546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user interface. --- modules/simpletest/drupal_web_test_case.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/simpletest/drupal_web_test_case.php') 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() */ -- cgit v1.2.3