summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-01-30 13:38:17 +0000
committerSadie Powell <sadie@witchery.services>2025-01-30 13:38:49 +0000
commitda2f2fd852d0dc32eb5e521566b17827b6a61c02 (patch)
tree6b1c3046c10f05bb8d239c11c7b0b21f6361d8e1
parentd460b267e338af89bb0d3aabc3bb8c011e0d477a (diff)
Fix a typo in the enc_sha2 docs.
-rw-r--r--data/anope.example.conf2
1 files changed, 1 insertions, 1 deletions
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"
}