From b0836a3fd34dbd0a288cba3c6016034af5176d15 Mon Sep 17 00:00:00 2001 From: David Steinbrunner Date: Thu, 16 May 2013 13:30:58 -0300 Subject: [PATCH] typo fix --- lib/HTTP/Negotiate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/HTTP/Negotiate.pm b/lib/HTTP/Negotiate.pm index d293ce8..9b81f4e 100644 --- a/lib/HTTP/Negotiate.pm +++ b/lib/HTTP/Negotiate.pm @@ -165,7 +165,7 @@ sub choose ($;$) if ($lang && exists $accept{'language'}) { my @lang = ref($lang) ? @$lang : ($lang); # If any of the variant's content languages are listed - # in the Accept-Language field, the the value assigned is + # in the Accept-Language field, the value assigned is # the largest of the "q" parameter values for those language # tags. my $q = undef;