]> 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:20 +0000 (21:38 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 21:38:20 +0000 (21:38 +0000)
Bugzilla/Template.pm

index 202f9e038f360557452f0b177ee3439d15fee4c4..1fcc867b5ef24dfe8fc4a4583da5563e4b29bf16 100644 (file)
@@ -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