From da2f2fd852d0dc32eb5e521566b17827b6a61c02 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 30 Jan 2025 13:38:17 +0000 Subject: [PATCH] Fix a typo in the enc_sha2 docs. --- data/anope.example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/anope.example.conf b/data/anope.example.conf index 0f79b0ab7..12475a2eb 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -1206,7 +1206,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 to SHA-512. Defaults to sha256. + * SHA-256, sha284 for SHA-384, or sha512 for SHA-512. Defaults to sha256. */ #algorithm = "sha256" }