From: Alexander Moisseev Date: Mon, 17 Oct 2016 06:38:25 +0000 (+0300) Subject: [Minor] Correct typo X-Git-Tag: 1.4.0~250^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1042%2Fhead;p=thirdparty%2Frspamd.git [Minor] Correct typo --- diff --git a/src/lua/lua_util.c b/src/lua/lua_util.c index 8aec3a88d8..936c31ce03 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);