]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'usefull' -> 'useful'; patch by Vlad Dascalu <vladd...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 23:02:35 +0000 (23:02 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 23:02:35 +0000 (23:02 +0000)
contrib/bug_email.pl

index 3fcede9cf666f10ec1d5fa670f92a18819d0bf56..2b64b0425a7d35990add67db1128480a21c985a4 100755 (executable)
@@ -38,7 +38,7 @@
 #
 # You need to work with bug_email.pl the MIME::Parser installed.
 # 
-# $Id: bug_email.pl,v 1.31.2.1 2006/02/21 14:52:37 jocuri%softhome.net Exp $
+# $Id: bug_email.pl,v 1.31.2.2 2006/06/19 16:02:35 vladd%bugzilla.org Exp $
 ###############################################################
 
 # 02/12/2000 (SML)
@@ -288,7 +288,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( $ )
 {