From 3f49cd695eb40bd00622806065e61ebd59471a17 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 14 Nov 2017 21:16:49 +0100 Subject: [PATCH] Typo: missmatch --- src/libutil/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libutil/map.c b/src/libutil/map.c index fdaecc3ae..208b62dc0 100644 --- a/src/libutil/map.c +++ b/src/libutil/map.c @@ -344,7 +344,7 @@ rspamd_map_cache_cb (gint fd, short what, gpointer ud) /* We have another update, so this cache element is obviously expired */ /* Important: we do not set cache availability to zero here */ MAP_RELEASE (cache_cbd->shm, "rspamd_http_map_cached_cbdata"); - msg_debug_map ("cached data is now expired (gen missmatch) for %s", map->name); + msg_debug_map ("cached data is now expired (gen mismatch) for %s", map->name); event_del (&cache_cbd->timeout); g_free (cache_cbd); } -- 2.39.5