From 7588c0c8bbbd0614c8f11b4c399e3a558d627dc7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 18 Jan 2010 03:35:34 +0000 Subject: - Patch #682870 by David_Rothstein: fixed typo. --- modules/user/user.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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'])) { -- cgit v1.2.3