diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2012-04-30 21:51:35 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2012-04-30 21:51:35 -0700 |
commit | bd7712385a86bf4df9c35733c5ae2bb48277590f (patch) | |
tree | 7ebde89ea41f658065a80c57c7d0f5a4e08bfe26 /modules/user | |
parent | f6c660169c90c755bf0868c8e65d45c6113aa164 (diff) | |
download | brdo-bd7712385a86bf4df9c35733c5ae2bb48277590f.tar.gz brdo-bd7712385a86bf4df9c35733c5ae2bb48277590f.tar.bz2 |
Issue #1540072 by mstrelan, xjm: Use American spelling for 'behavior'.
Diffstat (limited to 'modules/user')
-rw-r--r-- | modules/user/user.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/user/user.test b/modules/user/user.test index abcb0202c..339a2d2ee 100644 --- a/modules/user/user.test +++ b/modules/user/user.test @@ -1572,7 +1572,7 @@ class UserBlocksUnitTests extends DrupalWebTestCase { } /** - * Test case to test user_save() behaviour. + * Tests saving a user account. */ class UserSaveTestCase extends DrupalWebTestCase { @@ -1661,7 +1661,7 @@ class UserCreateTestCase extends DrupalWebTestCase { } /** - * Test case to test user_save() behaviour. + * Tests editing a user account. */ class UserEditTestCase extends DrupalWebTestCase { |