diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-01-18 03:35:34 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-01-18 03:35:34 +0000 |
commit | 7588c0c8bbbd0614c8f11b4c399e3a558d627dc7 (patch) | |
tree | f747ab6d691d920a8abd74ab832ec27e09753d02 | |
parent | d7a7ec64e0e10c8238e6d795d90b1fb9a585e535 (diff) | |
download | brdo-7588c0c8bbbd0614c8f11b4c399e3a558d627dc7.tar.gz brdo-7588c0c8bbbd0614c8f11b4c399e3a558d627dc7.tar.bz2 |
- Patch #682870 by David_Rothstein: fixed typo.
-rw-r--r-- | modules/user/user.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.install b/modules/user/user.install index 76c376c86..141e7c266 100644 --- a/modules/user/user.install +++ b/modules/user/user.install @@ -413,7 +413,7 @@ function user_update_7004(&$sandbox) { 'type' => 'int', 'not null' => TRUE, 'default' => 0, - 'description' => t("Foriegn key: {file}.fid of user's picture."), + 'description' => t("Foreign key: {file}.fid of user's picture."), ); if (!isset($sandbox['progress'])) { |