aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2016-10-17 09:38:25 +0300
committerGitHub <noreply@github.com>2016-10-17 09:38:25 +0300
commitb027e440725d00a18714ec98700be248fe212e43 (patch)
treefa01cbfb79a3ddf2235ed768fb9aac9387b21719 /src/lua
parent548e7f185de1c029a3ac28b35e818f4d765d1045 (diff)
downloadrspamd-b027e440725d00a18714ec98700be248fe212e43.tar.gz
rspamd-b027e440725d00a18714ec98700be248fe212e43.zip
[Minor] Correct typo
Diffstat (limited to 'src/lua')
-rw-r--r--src/lua/lua_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_util.c b/src/lua/lua_util.c
index 8aec3a88d..936c31ce0 100644
--- a/src/lua/lua_util.c
+++ b/src/lua/lua_util.c
@@ -357,7 +357,7 @@ LUA_FUNCTION_DEF (util, zstd_decompress);
* Normalize probabilities using polynom
*
* @param {number} prob probability param
- * @param {number} bias number to subtract for making the final sollution
+ * @param {number} bias number to subtract for making the final solution
* @return {number} normalized number
*/
LUA_FUNCTION_DEF (util, normalize_prob);