From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 21:21:20 +0000 (+0000) Subject: Spelling in code comments patch: 'unfortunally' -> 'unfortunately' in Bugzilla/Templa... X-Git-Tag: bugzilla-2.22.1~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc1dc652ce4177a71096192ccc13400765b0a40a;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'unfortunally' -> 'unfortunately' in Bugzilla/Template.pm; patch by Vlad Dascalu . --- diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index 33535381b4..a6cf8b6fbe 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -131,7 +131,7 @@ sub getTemplateIncludePath { foreach my $lang (@accept_language) { # Per RFC 1766 and RFC 2616 any language tag matches also its # primary tag. That is 'en' (accept language) matches 'en-us', - # 'en-uk' etc. but not the otherway round. (This is unfortunally + # 'en-uk' etc. but not the otherway round. (This is unfortunately # not very clearly stated in those RFC; see comment just over 14.5 # in http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4) if(my @found = grep /^\Q$lang\E(-.+)?$/i, @languages) {