]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Correct a typo 2017/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Tue, 13 Feb 2018 18:25:46 +0000 (18:25 +0000)
committerGitHub <noreply@github.com>
Tue, 13 Feb 2018 18:25:46 +0000 (18:25 +0000)
lualib/stat_tools.lua

index 0f1ce5d590c3d9bbeb6730ccacc591e3668cfc37..7c5834025d3459b51739eb33ff95c922dd943232 100644 (file)
@@ -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