From 52cedd02f745cf933a6e9a9602421ef199179dfc Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" Date: Mon, 19 Jun 2006 14:21:20 +0000 Subject: [PATCH] Spelling in code comments patch: 'unfortunally' -> 'unfortunately' in Bugzilla/Template.pm; patch by Vlad Dascalu . git-svn-id: svn://10.0.0.236/trunk@200282 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/Bugzilla/Template.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/Bugzilla/Template.pm b/mozilla/webtools/bugzilla/Bugzilla/Template.pm index a9af302f0e3..eaa298eaa24 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Template.pm +++ b/mozilla/webtools/bugzilla/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) {