From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 21:36:32 +0000 (+0000) Subject: Spelling in code comments patch: 'unliklely' -> 'unlikely'; patch by Vlad Dascalu... X-Git-Tag: bugzilla-2.22.1~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1006ffc48587374b9e11e46633cdbbf79c12cd50;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'unliklely' -> 'unlikely'; patch by Vlad Dascalu . --- diff --git a/globals.pl b/globals.pl index 6240b97379..b4d075c0c1 100644 --- a/globals.pl +++ b/globals.pl @@ -493,7 +493,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