]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Fix typo on "destionation" -> "destination" 5400/head
authorWilliam Desportes <williamdes@wdes.fr>
Thu, 20 Mar 2025 18:45:36 +0000 (18:45 +0000)
committerGitHub <noreply@github.com>
Thu, 20 Mar 2025 18:45:36 +0000 (18:45 +0000)
src/libserver/symcache/symcache_impl.cxx

index 4d17348c2089af1d0572f114ec9c8b9f5a33f812..c0278cfc13ebe24bd9489afb94495c830184c3cc 100644 (file)
@@ -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