]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Oops, fix misprint
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 22 Feb 2021 16:29:24 +0000 (16:29 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 22 Feb 2021 16:29:24 +0000 (16:29 +0000)
src/lua/lua_url.c

index 13a75b40b4a3ede69558cc6c20aba0684e21fff3..69c7d79bf8343f20ed29c40118d721bc111bc0a9 100644 (file)
@@ -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),