mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
Spelling in code comments patch: 'lanuage' -> 'language' in Bugzilla/Template.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
This commit is contained in:
parent
7640f9da4f
commit
fb71e5c6fd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user