Typo fix in the description

This commit is contained in:
doruq 2015-02-03 00:20:34 -05:00
parent 5b0cbc8072
commit 76b37397cb

View File

@ -86,7 +86,7 @@ end
_stats = read_file_stats() _stats = read_file_stats()
return { return {
description = "Numer of messages by user", description = "Number of messages by user",
usage = "!stats", usage = "!stats",
patterns = { patterns = {
".*", ".*",
@ -95,4 +95,4 @@ return {
run = run run = run
} }
end end