]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Exorcise the hyperscan witch 2065/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Sat, 10 Mar 2018 09:30:00 +0000 (09:30 +0000)
committerGitHub <noreply@github.com>
Sat, 10 Mar 2018 09:30:00 +0000 (09:30 +0000)
src/libserver/re_cache.c

index e92421658539bd080c70f39d2fd020efc601177e..5dfb0c2ecc5876fc314af6917e2856eebca5d3e3 100644 (file)
@@ -446,7 +446,7 @@ rspamd_re_cache_init (struct rspamd_re_cache *cache, struct rspamd_config *cfg)
 
        hs_set_allocator (g_malloc, g_free);
 
-       msg_info_re_cache ("loaded hyperscan engine witch cpu tune '%s' and features '%V'",
+       msg_info_re_cache ("loaded hyperscan engine with cpu tune '%s' and features '%V'",
                        platform, features);
 
        rspamd_fstring_free (features);