aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-10-17 10:27:16 +0100
committerGitHub <noreply@github.com>2016-10-17 10:27:16 +0100
commitf45bbb66d905677c65de40548ddf7f94046559b6 (patch)
tree04541d195041b09b581cbf2f9e67edfc0bb9c54b /src
parentb5582a8c06de7fb8625b5d61a4663b9032f7c455 (diff)
parentb027e440725d00a18714ec98700be248fe212e43 (diff)
downloadrspamd-f45bbb66d905677c65de40548ddf7f94046559b6.tar.gz
rspamd-f45bbb66d905677c65de40548ddf7f94046559b6.zip
Merge pull request #1042 from moisseev/patch-1
[Minor] Correct typo
Diffstat (limited to 'src')
-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);