From b027e440725d00a18714ec98700be248fe212e43 Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Mon, 17 Oct 2016 09:38:25 +0300 Subject: [PATCH] [Minor] Correct typo --- src/lua/lua_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5