From 9f68b423d92076c8525c694db8e7b90813a5d38e Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 21:38:35 +0000 Subject: [PATCH] Spelling in code comments patch: 'subsituted' -> 'substituted'; patch by Vlad Dascalu . --- globals.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2