]> source.dussan.org Git - rspamd.git/commitdiff
Typo: missmatch
authorViktor Szépe <viktor@szepe.net>
Tue, 14 Nov 2017 20:16:49 +0000 (21:16 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Nov 2017 20:16:49 +0000 (21:16 +0100)
src/libutil/map.c

index fdaecc3aed732f0da75b97a7f19dc96c13bd64dc..208b62dc0f7d336dbd87f08b5d8c3d2e53e12531 100644 (file)
@@ -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);
        }