diff options
author | Kamil Sztuke <kamil@kms.pl> | 2022-04-06 20:35:53 +0200 |
---|---|---|
committer | Kamil Sztuke <kamil@kms.pl> | 2022-04-06 20:42:02 +0200 |
commit | 8dad76f0a46f4fea09deb7a91375815fe87b2862 (patch) | |
tree | 52650c939fce0d38b039ed7de5e17e8e5ce21c2b /conf/statistic.conf | |
parent | f24d59a607066d339597a1a537f3171c9350a1d6 (diff) | |
download | rspamd-8dad76f0a46f4fea09deb7a91375815fe87b2862.tar.gz rspamd-8dad76f0a46f4fea09deb7a91375815fe87b2862.zip |
[Minor] Fix typo in config documentation in statistic.conf
Diffstat (limited to 'conf/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 |