diff options
author | vladd%bugzilla.org <> | 2006-06-19 23:02:18 +0000 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-06-19 23:02:18 +0000 |
commit | e961a985bc42fb4a7dd788783eb4845ec7c9dd61 (patch) | |
tree | ad534d5f0b39535e3cf752ebbd3c30ede85e1fd4 /contrib | |
parent | Spelling in code comments patch: 'approriately' -> 'appropriately'; patch by ... (diff) | |
download | bugzilla-e961a985bc42fb4a7dd788783eb4845ec7c9dd61.tar.gz bugzilla-e961a985bc42fb4a7dd788783eb4845ec7c9dd61.tar.bz2 bugzilla-e961a985bc42fb4a7dd788783eb4845ec7c9dd61.zip |
Spelling in code comments patch: 'usefull' -> 'useful'; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/bug_email.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bug_email.pl b/contrib/bug_email.pl index 141136a87..eacd78228 100755 --- a/contrib/bug_email.pl +++ b/contrib/bug_email.pl @@ -38,7 +38,7 @@ # # You need to work with bug_email.pl the MIME::Parser installed. # -# $Id: bug_email.pl,v 1.35 2006/05/29 17:24:54 lpsolit%gmail.com Exp $ +# $Id: bug_email.pl,v 1.36 2006/06/19 16:02:18 vladd%bugzilla.org Exp $ ############################################################### # 02/12/2000 (SML) @@ -248,7 +248,7 @@ sub Reply( $$$$ ) { ############################################################### # getEnumList # Queries the Database for the table description and figures the -# enum-settings out - usefull for checking fields for enums like +# enum-settings out - useful for checking fields for enums like # prios sub getEnumList( $ ) { |