summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-19 23:38:20 +0200
committervladd%bugzilla.org <>2006-06-19 23:38:20 +0200
commitc8d9aac87ff87424ac558e1076654a121be9825c (patch)
treee225f65072f0c389304ced7d1860d9db05656c5d /Bugzilla/Template.pm
parent8f4b6af2e9c83ef96a8eff3cbbb90502beb3d9f4 (diff)
downloadbugzilla-c8d9aac87ff87424ac558e1076654a121be9825c.tar.gz
bugzilla-c8d9aac87ff87424ac558e1076654a121be9825c.tar.xz
Spelling in code comments patch: 'subsituted' -> 'substituted'; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'Bugzilla/Template.pm')
-rw-r--r--Bugzilla/Template.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm
index 202f9e038..1fcc867b5 100644
--- a/Bugzilla/Template.pm
+++ b/Bugzilla/Template.pm
@@ -264,7 +264,7 @@ sub quoteUrls {
# In particular, attachment matches go before bug titles, so that titles
# with 'attachment 1' don't double match.
# Dupe checks go afterwards, because that uses ^ and \Z, which won't occur
- # if it was subsituted as a bug title (since that always involve leading
+ # if it was substituted as a bug title (since that always involve leading
# and trailing text)
# Because of entities, its easier (and quicker) to do this before escaping