]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'lanuage' -> 'language' in Bugzilla/Template.pm...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 21:18:38 +0000 (21:18 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 21:18:38 +0000 (21:18 +0000)
Bugzilla/Template.pm

index 5cf9bce9c63bd74ef0e2c4600a5df633639f2753..a9af302f0e3e3979339e8228a60aa67e7b9490e6 100644 (file)
@@ -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)