diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-12-30 16:43:20 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-12-30 16:43:20 +0000 |
commit | 92a8adea653b29a9e6ee7778e8628f57b959ca4f (patch) | |
tree | 0fd5b18555aff73bfe4bc5aa3479db3090ad4cf8 /modules/upload/upload.test | |
parent | cac5dd8a66a07887aca4c4730d56978eaf26c70b (diff) | |
download | brdo-92a8adea653b29a9e6ee7778e8628f57b959ca4f.tar.gz brdo-92a8adea653b29a9e6ee7778e8628f57b959ca4f.tar.bz2 |
- Patch #352470 by scor: fixed typos and grammar in comments.
Diffstat (limited to 'modules/upload/upload.test')
-rw-r--r-- | modules/upload/upload.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/upload/upload.test b/modules/upload/upload.test index a39f0ac96..42e58cf9d 100644 --- a/modules/upload/upload.test +++ b/modules/upload/upload.test @@ -191,7 +191,7 @@ class UploadTestCase extends DrupalWebTestCase { /** * Check that uploaded file is accessible and verify the contents against the original. * - * @param string $filename Name of file to verifiy. + * @param string $filename Name of file to verify. */ function checkUploadedFile($filename) { global $base_url; @@ -205,7 +205,7 @@ class UploadTestCase extends DrupalWebTestCase { * Get the role id of the 'simpletest' role associated with a SimpleTest test user. * * @param object $user User object. - * @return interger SimpleTest role id. + * @return integer SimpleTest role id. */ function getSimpletestRoleId($user) { foreach ($user->roles as $rid => $role) { |