Skip to content

Commit

Permalink
fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
yata committed Feb 5, 2010
1 parent a4366d6 commit 1475260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twittering-mode.el
Expand Up @@ -2457,7 +2457,7 @@ variable `twittering-status-format'"
(let ((api (cdr (assoc twittering-tinyurl-service
twittering-tinyurl-services-map))))
(unless api
(error "Invaild `twittering-tinyurl-service'. try one of %s"
(error "Invalid `twittering-tinyurl-service'. try one of %s"
(mapconcat (lambda (x)
(symbol-name (car x)))
twittering-tinyurl-services-map ", ")))
Expand Down

0 comments on commit 1475260

Please sign in to comment.