]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Correct typo 1042/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Mon, 17 Oct 2016 06:38:25 +0000 (09:38 +0300)
committerGitHub <noreply@github.com>
Mon, 17 Oct 2016 06:38:25 +0000 (09:38 +0300)
src/lua/lua_util.c

index 8aec3a88d80100756968517a6700bc013f178a14..936c31ce03ce147841d5b1484c6c03d8fa298aa0 100644 (file)
@@ -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);