From 8f4b6af2e9c83ef96a8eff3cbbb90502beb3d9f4 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 21:36:50 +0000 Subject: Spelling in code comments patch: 'unliklely' -> 'unlikely'; patch by Vlad Dascalu . --- Bugzilla/Template.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Template.pm') diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index eaa298eaa..202f9e038 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -251,7 +251,7 @@ sub quoteUrls { # bug refs out, so we have to do replacements. # mailto can't contain space or #, so we don't have to bother for that # Do this by escaping \0 to \1\0, and replacing matches with \0\0$count\0\0 - # \0 is used because its unliklely to occur in the text, so the cost of + # \0 is used because its unlikely to occur in the text, so the cost of # doing this should be very small # Also, \0 won't appear in the value_quote'd bug title, so we don't have # to worry about bogus substitutions from there -- cgit v1.2.3-24-g4f1b