commit 9fc6a2d: [Minor] Oops, fix misprint

Vsevolod Stakhov vsevolod at highsecure.ru
Mon Feb 22 16:35:06 UTC 2021


Author: Vsevolod Stakhov
Date: 2021-02-22 16:29:24 +0000
URL: https://github.com/rspamd/rspamd/commit/9fc6a2d181d9f9783ef6c11e6d935f6b88ac22a9 (HEAD -> master)

[Minor] Oops, fix misprint

---
 src/lua/lua_url.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lua/lua_url.c b/src/lua/lua_url.c
index 13a75b40b..69c7d79bf 100644
--- a/src/lua/lua_url.c
+++ b/src/lua/lua_url.c
@@ -1255,7 +1255,7 @@ lua_url_eq (lua_State *L)
 }
 
 static gint
-lua_text_lt (lua_State *L)
+lua_url_lt (lua_State *L)
 {
 	LUA_TRACE_POINT;
 	struct rspamd_lua_url *u1 = lua_check_url (L, 1),


More information about the Commits mailing list