]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Correct a typo 2057/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Mon, 5 Mar 2018 05:42:06 +0000 (05:42 +0000)
committerGitHub <noreply@github.com>
Mon, 5 Mar 2018 05:42:06 +0000 (05:42 +0000)
lualib/lua_util.lua

index 1f58953cea538663d5c73bb850cc59df30a0c1e8..88925aeecdffd14668cc38c27a8d36eff7d5a5cc 100644 (file)
@@ -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
 --]]