commit 625f239: [Minor] Misprint

Vsevolod Stakhov vsevolod at highsecure.ru
Fri May 10 12:07:03 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-05-10 13:01:19 +0100
URL: https://github.com/rspamd/rspamd/commit/625f23923898ae284687b4155882ff7ce381df4f

[Minor] Misprint

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

diff --git a/src/libserver/task.c b/src/libserver/task.c
index 6ec349580..e33d241e3 100644
--- a/src/libserver/task.c
+++ b/src/libserver/task.c
@@ -369,7 +369,7 @@ rspamd_task_free (struct rspamd_task *task)
 # endif
 #endif
 				msg_notice_task ("perform full gc cycle; memory stats: "
-								 "%z allocated, %z active, %z metadata, %z rezident, %z mapped;"
+								 "%z allocated, %z active, %z metadata, %z resident, %z mapped;"
 								 " lua memory: %d kb",
 						allocated, active, metadata, resident, mapped,
 						lua_gc (task->cfg->lua_state, LUA_GCCOUNT, 0));


More information about the Commits mailing list