Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/HTTP/Negotiate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down