From: Alexander Moisseev Date: Mon, 5 Mar 2018 05:42:06 +0000 (+0000) Subject: [Minor] Correct a typo X-Git-Tag: 1.7.0~69^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2057%2Fhead;p=thirdparty%2Frspamd.git [Minor] Correct a typo --- diff --git a/lualib/lua_util.lua b/lualib/lua_util.lua index 1f58953cea..88925aeecd 100644 --- a/lualib/lua_util.lua +++ b/lualib/lua_util.lua @@ -250,7 +250,7 @@ exports.spairs = spairs --[[[ -- @function lua_util.disable_module(modname, how) --- Disables a plugin or disables a plugin. +-- Disables a plugin -- @param {string} modname name of plugin to disable -- @param {string} how 'redis' to disable redis, 'config' to disable startup --]]