From 3cb4dd4427f14c69cf7660f88dfbc67bdd0bc3ed Mon Sep 17 00:00:00 2001 From: "jake%acutex.net" Date: Wed, 6 Jun 2001 14:25:18 +0000 Subject: [PATCH] Fixing typo. Attachments isn't spelled 'Attachemnts' (bug 84295). git-svn-id: svn://10.0.0.236/trunk@96532 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/userprefs.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/userprefs.cgi b/mozilla/webtools/bugzilla/userprefs.cgi index 04f017cc574..5ad99cdbffa 100755 --- a/mozilla/webtools/bugzilla/userprefs.cgi +++ b/mozilla/webtools/bugzilla/userprefs.cgi @@ -101,7 +101,7 @@ my $defaultEmailFlagString = 'emailVoterRemoveme~' . 'on~' . 'emailVoterComments~' . 'on~' . - 'emailVoterAttachemnts~' . 'on~' . + 'emailVoterAttachments~' . 'on~' . 'emailVoterStatus~' . 'on~' . 'emailVoterResolved~' . 'on~' . 'emailVoterKeywords~' . 'on~' .