diff options
author | Sadie Powell <sadie@witchery.services> | 2025-04-14 01:00:17 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-04-14 01:00:17 +0100 |
commit | aa0a687a580d57bfc9b122275329390087745d29 (patch) | |
tree | 5eb60b0beff99648cf0501b295ab0d993c74d37a /data | |
parent | b89cc47642919fbe1b1fd2538541b854fa9cc411 (diff) |
Fix a typo in the example config.
Diffstat (limited to 'data')
-rw-r--r-- | data/anope.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf index 4eb10e7f2..0e8591315 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -1280,7 +1280,7 @@ module name = "enc_sha2" /** The sub-algorithm to use. Can be set to sha224 for SHA-224, sha256 for - * SHA-256, sha284 for SHA-384, or sha512 for SHA-512. Defaults to sha256. + * SHA-256, sha384 for SHA-384, or sha512 for SHA-512. Defaults to sha256. */ #algorithm = "sha256" } |