From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 21:38:20 +0000 (+0000) Subject: Spelling in code comments patch: 'subsituted' -> 'substituted'; patch by Vlad Dascalu... X-Git-Tag: bugzilla-2.23.2~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8d9aac87ff87424ac558e1076654a121be9825c;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'subsituted' -> 'substituted'; patch by Vlad Dascalu . --- diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index 202f9e038f..1fcc867b5e 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