diff options
author | vladd%bugzilla.org <> | 2006-06-19 23:21:07 +0200 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-06-19 23:21:07 +0200 |
commit | 8136d58a42842c080d6aac2d239c6c9ad4cd7727 (patch) | |
tree | ec35763f4fcef6c4ebcb8d49e930c91ec35d7d2c | |
parent | 7c8c10d3206e1583622d8d3b1fc5a1c52dedd5d0 (diff) | |
download | bugzilla-8136d58a42842c080d6aac2d239c6c9ad4cd7727.tar.gz bugzilla-8136d58a42842c080d6aac2d239c6c9ad4cd7727.tar.xz |
Spelling in code comments patch: 'unfortunally' -> 'unfortunately' in Bugzilla/Template.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
-rw-r--r-- | Bugzilla/Template.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index a9af302f0..eaa298eaa 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) { |