diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-04-07 20:04:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 20:04:17 +0100 |
commit | 272b5bdec501a9a6557c4aa3cc5bb6f29cd12079 (patch) | |
tree | d55eb442139ca2d1f96504da1c3f606981790e9a | |
parent | cf8f42b6aa8ae4809a3608f3b36646a40485638d (diff) | |
parent | e603bdcd744c98eb9ac67eede396ba59f939748e (diff) | |
download | rspamd-272b5bdec501a9a6557c4aa3cc5bb6f29cd12079.tar.gz rspamd-272b5bdec501a9a6557c4aa3cc5bb6f29cd12079.zip |
Merge pull request #4137 from kamilsztuke/fix-typo-in-config-documentation
[Minor] Fix typo in config documentation in statistic.conf
-rw-r--r-- | conf/statistic.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/statistic.conf b/conf/statistic.conf index 5fea48320..0ba8302e8 100644 --- a/conf/statistic.conf +++ b/conf/statistic.conf @@ -2,15 +2,15 @@ # Please don't modify this file as your changes might be overwritten with # the next update. # -# You can modify 'local.d/statistics.conf' to add and merge +# You can modify 'local.d/statistic.conf' to add and merge # parameters defined inside this section # -# You can modify 'override.d/statistics.conf' to strictly override all +# You can modify 'override.d/statistic.conf' to strictly override all # parameters defined inside this section # # If you just need to change the default bayes classifier, you can also use # 'local.d/classifier-bayes.conf' or 'override.d/classifier-bayes.conf'. But -# never ever use both `statistics.conf` and `classifier-bayes.conf` locals files +# never ever use both `statistic.conf` and `classifier-bayes.conf` locals files # together! # # See https://rspamd.com/doc/faq.html#what-are-the-locald-and-overrided-directories |