From: Viktor Szépe Date: Tue, 14 Nov 2017 20:16:49 +0000 (+0100) Subject: Typo: missmatch X-Git-Tag: 1.7.0~432^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f49cd695eb40bd00622806065e61ebd59471a17;p=thirdparty%2Frspamd.git Typo: missmatch --- diff --git a/src/libutil/map.c b/src/libutil/map.c index fdaecc3aed..208b62dc0f 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); }