]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'subsituted' -> 'substituted'; patch by Vlad Dascalu...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 21:38:35 +0000 (21:38 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 21:38:35 +0000 (21:38 +0000)
globals.pl

index b4d075c0c1786751afe38dfb0d4d3702fa14179d..f1b1ae0997fd6110e33eaabf23601e61826dddc0 100644 (file)
@@ -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