From: William Desportes Date: Thu, 20 Mar 2025 18:45:36 +0000 (+0000) Subject: Fix typo on "destionation" -> "destination" X-Git-Tag: 3.12.0~55^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5400%2Fhead;p=thirdparty%2Frspamd.git Fix typo on "destionation" -> "destination" --- diff --git a/src/libserver/symcache/symcache_impl.cxx b/src/libserver/symcache/symcache_impl.cxx index 4d17348c20..c0278cfc13 100644 --- a/src/libserver/symcache/symcache_impl.cxx +++ b/src/libserver/symcache/symcache_impl.cxx @@ -126,7 +126,7 @@ auto symcache::init() -> bool } else { msg_err_cache("cannot register delayed dependency %s -> %s: " - "destionation %s is missing", + "destination %s is missing", delayed_dep.from.data(), delayed_dep.to.data(), delayed_dep.to.data()); } @@ -1338,4 +1338,4 @@ auto symcache::get_max_timeout(std::vector return accumulated_timeout; } -}// namespace rspamd::symcache \ No newline at end of file +}// namespace rspamd::symcache