summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-19 23:36:50 +0200
committervladd%bugzilla.org <>2006-06-19 23:36:50 +0200
commit8f4b6af2e9c83ef96a8eff3cbbb90502beb3d9f4 (patch)
tree1996896b264a72f3853d1756cc71be2c54556228 /Bugzilla/Template.pm
parent8136d58a42842c080d6aac2d239c6c9ad4cd7727 (diff)
downloadbugzilla-8f4b6af2e9c83ef96a8eff3cbbb90502beb3d9f4.tar.gz
bugzilla-8f4b6af2e9c83ef96a8eff3cbbb90502beb3d9f4.tar.xz
Spelling in code comments patch: 'unliklely' -> 'unlikely'; 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 eaa298eaa..202f9e038 100644
--- a/Bugzilla/Template.pm
+++ b/Bugzilla/Template.pm
@@ -251,7 +251,7 @@ sub quoteUrls {
# bug refs out, so we have to do replacements.
# mailto can't contain space or #, so we don't have to bother for that
# Do this by escaping \0 to \1\0, and replacing matches with \0\0$count\0\0
- # \0 is used because its unliklely to occur in the text, so the cost of
+ # \0 is used because its unlikely to occur in the text, so the cost of
# doing this should be very small
# Also, \0 won't appear in the value_quote'd bug title, so we don't have
# to worry about bogus substitutions from there