summaryrefslogtreecommitdiff
path: root/modules/user/user.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/user.module')
-rw-r--r--modules/user/user.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index ca867d1be..33b0b3d89 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -371,7 +371,7 @@ function user_validate_picture(&$form, &$form_state) {
);
if ($file = file_save_upload('picture_upload', $validators)) {
// The image was saved using file_save_upload() and was added to the
- // files table as a temorary file. We'll make a copy and let the garbage
+ // files table as a temporary file. We'll make a copy and let the garbage
// collector delete the original upload.
$info = image_get_info($file->filepath);
$destination = variable_get('user_picture_path', 'pictures') .'/picture-'. $form['#uid'] .'.'. $info['extension'];
@@ -3143,7 +3143,7 @@ function user_mail_tokens($account, $language) {
* are more than one languages enabled on the site. If the user did not
* choose a preferred language, or is the anonymous user, the $default
* value, or if it is not set, the site default language will be returned.
- *
+ *
* @param $account
* User account to look up language for.
* @param $default