diff options
author | Viktor Szépe <viktor@szepe.net> | 2017-11-14 21:16:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-14 21:16:49 +0100 |
commit | 3f49cd695eb40bd00622806065e61ebd59471a17 (patch) | |
tree | 28260e08bd9562d80956819bf51244dc9a74c8eb /src/libutil | |
parent | 763835888879721961d047ba112c8542a7f558f0 (diff) | |
download | rspamd-3f49cd695eb40bd00622806065e61ebd59471a17.tar.gz rspamd-3f49cd695eb40bd00622806065e61ebd59471a17.zip |
Typo: missmatch
Diffstat (limited to 'src/libutil')
-rw-r--r-- | src/libutil/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |