From 76b37397cb3466166c56d677cb7116bdb162b249 Mon Sep 17 00:00:00 2001 From: doruq Date: Tue, 3 Feb 2015 00:20:34 -0500 Subject: [PATCH] Typo fix in the description --- plugins/stats.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/stats.lua b/plugins/stats.lua index e9fcf7e..b062873 100644 --- a/plugins/stats.lua +++ b/plugins/stats.lua @@ -86,7 +86,7 @@ end _stats = read_file_stats() return { - description = "Numer of messages by user", + description = "Number of messages by user", usage = "!stats", patterns = { ".*", @@ -95,4 +95,4 @@ return { run = run } -end \ No newline at end of file +end