Correct minor typo ('retieve' to 'retrieve'). r=ispell

This commit is contained in:
ian%hixie.ch 2002-02-19 15:04:55 +00:00
Родитель 1fd68fb5cc
Коммит cf1585e4f6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -16,7 +16,7 @@ sub Help {
my $self = shift;
my ($event) = @_;
return {
'' => 'This module gets stock quotes. Ask me a ticker symbol, I will retieve the quote.',
'' => 'This module gets stock quotes. Ask me a ticker symbol, I will retrieve the quote.',
'stock' => 'Call this command with a ticker symbol to get the current stock price and change. Syntax: stock FBAR',
};
}