summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-19 23:18:38 +0200
committervladd%bugzilla.org <>2006-06-19 23:18:38 +0200
commit7c8c10d3206e1583622d8d3b1fc5a1c52dedd5d0 (patch)
tree4b2b3bc302a309128e7fbe3daa92c16b8db5fb17 /Bugzilla/Template.pm
parent31f695d13dfef212473ea951863ace17a10f060c (diff)
downloadbugzilla-7c8c10d3206e1583622d8d3b1fc5a1c52dedd5d0.tar.gz
bugzilla-7c8c10d3206e1583622d8d3b1fc5a1c52dedd5d0.tar.xz
Spelling in code comments patch: 'lanuage' -> 'language' in Bugzilla/Template.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'Bugzilla/Template.pm')
-rw-r--r--Bugzilla/Template.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm
index 5cf9bce9c..a9af302f0 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)