aboutsummaryrefslogtreecommitdiffstats
path: root/lualib
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2018-03-05 16:19:35 +0200
committerGitHub <noreply@github.com>2018-03-05 16:19:35 +0200
commit054f90f03caa47632e5e4e9ccfd03a9ccda82696 (patch)
treea12d797831232dfd0aaf07ceb3276ddb6a61d6ff /lualib
parent2de83bdfa1a862386de06c9003b60ba14ce3b368 (diff)
parentdd3b90ad43b995e6cf05976862c8252985342afc (diff)
downloadrspamd-054f90f03caa47632e5e4e9ccfd03a9ccda82696.tar.gz
rspamd-054f90f03caa47632e5e4e9ccfd03a9ccda82696.zip
Merge pull request #2057 from moisseev/patch-1
[Minor] Correct a typo
Diffstat (limited to 'lualib')
-rw-r--r--lualib/lua_util.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lualib/lua_util.lua b/lualib/lua_util.lua
index 1f58953ce..88925aeec 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
--]]