From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 21:18:19 +0000 (+0000) Subject: Spelling in code comments patch: 'lanuage' -> 'language' in Bugzilla/Template.pm... X-Git-Tag: bugzilla-2.22.1~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=818923b8c7b8ca618f4cf1579371610dd775c6f3;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'lanuage' -> 'language' in Bugzilla/Template.pm; patch by Vlad Dascalu . --- diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index 08bcfacdfc..33535381b4 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -130,7 +130,7 @@ sub getTemplateIncludePath { my @usedlanguages; foreach my $lang (@accept_language) { # Per RFC 1766 and RFC 2616 any language tag matches also its - # primary tag. That is 'en' (accept lanuage) matches 'en-us', + # primary tag. That is 'en' (accept language) matches 'en-us', # 'en-uk' etc. but not the otherway round. (This is unfortunally # 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)