diff options
author | William Desportes <williamdes@wdes.fr> | 2025-03-20 18:45:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-20 18:45:36 +0000 |
commit | 845ecbedcc0f92ab29d6cea3caf1c7168f4e23db (patch) | |
tree | 61dbc3b0422856864d9a2b25bc34c021a8387c60 /src | |
parent | a6065890f25b1eb44cf287c1a8356ab72e85c67f (diff) | |
download | rspamd-845ecbedcc0f92ab29d6cea3caf1c7168f4e23db.tar.gz rspamd-845ecbedcc0f92ab29d6cea3caf1c7168f4e23db.zip |
Fix typo on "destionation" -> "destination"
Diffstat (limited to 'src')
-rw-r--r-- | src/libserver/symcache/symcache_impl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libserver/symcache/symcache_impl.cxx b/src/libserver/symcache/symcache_impl.cxx index 4d17348c2..c0278cfc1 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<std::pair<double, const cache_item *> return accumulated_timeout; } -}// namespace rspamd::symcache
\ No newline at end of file +}// namespace rspamd::symcache |