From 67f7b96bf4a64502e319aa8bbfdfa5dd98d1d77a Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Tue, 13 Feb 2018 18:25:46 +0000 Subject: [PATCH] [Minor] Correct a typo --- lualib/stat_tools.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lualib/stat_tools.lua b/lualib/stat_tools.lua index 0f1ce5d59..7c5834025 100644 --- a/lualib/stat_tools.lua +++ b/lualib/stat_tools.lua @@ -23,7 +23,7 @@ local exports = {} local N = "stats_tools" --- Performs synchronous conversation of redis schema +-- Performs synchronous conversion of redis schema local function convert_bayes_schema(redis_params, symbol_spam, symbol_ham, expire) -- Old schema is the following one: @@ -362,4 +362,4 @@ end exports.convert_sqlite_to_redis = convert_sqlite_to_redis -return exports \ No newline at end of file +return exports -- 2.39.5