aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil
diff options
context:
space:
mode:
authorViktor Szépe <viktor@szepe.net>2017-11-14 21:16:49 +0100
committerGitHub <noreply@github.com>2017-11-14 21:16:49 +0100
commit3f49cd695eb40bd00622806065e61ebd59471a17 (patch)
tree28260e08bd9562d80956819bf51244dc9a74c8eb /src/libutil
parent763835888879721961d047ba112c8542a7f558f0 (diff)
downloadrspamd-3f49cd695eb40bd00622806065e61ebd59471a17.tar.gz
rspamd-3f49cd695eb40bd00622806065e61ebd59471a17.zip
Typo: missmatch
Diffstat (limited to 'src/libutil')
-rw-r--r--src/libutil/map.c2
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);
}