diff options
author | vladd%bugzilla.org <> | 2006-06-19 23:38:20 +0200 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-06-19 23:38:20 +0200 |
commit | c8d9aac87ff87424ac558e1076654a121be9825c (patch) | |
tree | e225f65072f0c389304ced7d1860d9db05656c5d | |
parent | 8f4b6af2e9c83ef96a8eff3cbbb90502beb3d9f4 (diff) | |
download | bugzilla-c8d9aac87ff87424ac558e1076654a121be9825c.tar.gz bugzilla-c8d9aac87ff87424ac558e1076654a121be9825c.tar.xz |
Spelling in code comments patch: 'subsituted' -> 'substituted'; patch by Vlad Dascalu <vladd@bugzilla.org>.
-rw-r--r-- | Bugzilla/Template.pm | 2 |
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 |