Skip to content

Commit

Permalink
Ironic: corrected a spelling error in an error message
Browse files Browse the repository at this point in the history
  • Loading branch information
semifor committed Jun 2, 2009
1 parent dbd5571 commit 8477ad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Net/Twitter/Error.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sub stringify {
sub error {
my $self = shift;

$self->has_twitter_error ? $self->twitter_error->{error} : '[unkown]';
$self->has_twitter_error ? $self->twitter_error->{error} : '[unknown]';
}

no Moose;
Expand Down
1 change: 1 addition & 0 deletions lib/Net/Twitter/Role/OAuth.pm
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ documentation.
=head1 AUTHORS
Marc Mims E<lt>marc@questright.comE<gt>
Tatsuhiko Miyagawa E<lt>miyagawa@bulknews.netE<gt>
=head1 LICENSE
Expand Down

0 comments on commit 8477ad6

Please sign in to comment.