aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_cloak_sha256.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-03-01 10:48:26 +0000
committerGravatar Sadie Powell2024-03-01 10:48:26 +0000
commit2bcb83cf957b95004c6308bfbeeb6a9a2a7247a7 (patch)
tree9e4c6ead4b18261b0c772c3793a48260835171a2 /src/modules/m_cloak_sha256.cpp
parentUpdate author list. (diff)
Update module descriptions.
Diffstat (limited to 'src/modules/m_cloak_sha256.cpp')
-rw-r--r--src/modules/m_cloak_sha256.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_cloak_sha256.cpp b/src/modules/m_cloak_sha256.cpp
index e33ea1269..0fd3ca9d8 100644
--- a/src/modules/m_cloak_sha256.cpp
+++ b/src/modules/m_cloak_sha256.cpp
@@ -342,7 +342,7 @@ private:
public:
ModuleCloakSHA256()
- : Module(VF_VENDOR, "Adds the hmac-sha256 and hmac-sha256-ip cloaking methods for use with the cloak module.")
+ : Module(VF_VENDOR, "Adds the hmac-sha256 and hmac-sha256-addr cloaking methods for use with the cloak module.")
, addrcloak(this, "hmac-sha256-addr", false)
, hostcloak(this, "hmac-sha256", true)
{