summaryrefslogtreecommitdiffstats
path: root/contrib/bug_email.pl
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-20 01:18:42 +0200
committervladd%bugzilla.org <>2006-06-20 01:18:42 +0200
commit56781b284a4036f3780dd4c45809017ee86b872a (patch)
tree055da64124b3e904f3ad6f155e08938c8764f80d /contrib/bug_email.pl
parent319a209c0f45a3b4d6316303a51db4e63c488192 (diff)
downloadbugzilla-56781b284a4036f3780dd4c45809017ee86b872a.tar.gz
bugzilla-56781b284a4036f3780dd4c45809017ee86b872a.tar.xz
Spelling patch: 'functiuon' -> 'function'; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'contrib/bug_email.pl')
-rwxr-xr-xcontrib/bug_email.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bug_email.pl b/contrib/bug_email.pl
index eacd78228..b542f6730 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.36 2006/06/19 16:02:18 vladd%bugzilla.org Exp $
+# $Id: bug_email.pl,v 1.37 2006/06/19 16:18:42 vladd%bugzilla.org Exp $
###############################################################
# 02/12/2000 (SML)
@@ -468,7 +468,7 @@ END
###############################################################
# generateTemplate
#
-# This functiuon generates a mail-Template with the
+# This function generates a mail-Template with the
sub generateTemplate()
{
my $w;