зеркало из https://github.com/mozilla/gecko-dev.git
Correct minor typo ('retieve' to 'retrieve'). r=ispell
This commit is contained in:
Родитель
1fd68fb5cc
Коммит
cf1585e4f6
|
@ -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',
|
||||
};
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче