Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 2, 2011
1 parent 4282f2f commit 57b3786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/Message.pm
Expand Up @@ -362,7 +362,7 @@ sub upload {
sub uploads {
my $self = shift;

# Only multipart messages have uplaods
# Only multipart messages have uploads
my @uploads;
return \@uploads unless $self->is_multipart;

Expand Down

0 comments on commit 57b3786

Please sign in to comment.