Skip to content

Commit aa76b7f

Browse files
davorgCopilot
andcommitted
Fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e6341cf commit aa76b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/TMDB/TV.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ sub alternative_titles {
9292

9393
my $response = $self->session->talk($args);
9494
my $results = $response->{results} || [];
95-
# TMDB API endpoind does not filter results using country code
95+
# TMDB API endpoint does not filter results using country code
9696
my $titles = [];
9797
foreach (@$results) { push @$titles, $_ unless $country && ($_->{'iso_3166_1'} ne $country); }
9898

0 commit comments

Comments
 (0)