From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 21:38:35 +0000 (+0000) Subject: Spelling in code comments patch: 'subsituted' -> 'substituted'; patch by Vlad Dascalu... X-Git-Tag: bugzilla-2.22.1~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f68b423d92076c8525c694db8e7b90813a5d38e;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'subsituted' -> 'substituted'; patch by Vlad Dascalu . --- diff --git a/globals.pl b/globals.pl index b4d075c0c1..f1b1ae0997 100644 --- a/globals.pl +++ b/globals.pl @@ -506,7 +506,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