Browse Source

Typo: missmatch

tags/1.7.0
Viktor Szépe 6 years ago
parent
commit
3f49cd695e
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libutil/map.c

+ 1
- 1
src/libutil/map.c View 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);
}

Loading…
Cancel
Save