aboutsummaryrefslogtreecommitdiff
path: root/include/modules
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-07-03 15:34:49 +0100
committerGravatar Sadie Powell2023-07-03 18:43:31 +0100
commit377566b0e68ec8bbae6cd13701519c0cd492fca5 (patch)
tree50754ba56667e2e3175ee8b2fa9a448cc4741f58 /include/modules
parentMake MaxTargets a size_t. (diff)
Fix a minor Doxygen comment issue.
Diffstat (limited to 'include/modules')
-rw-r--r--include/modules/cloak.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/cloak.h b/include/modules/cloak.h
index e2f035428..488ba56cd 100644
--- a/include/modules/cloak.h
+++ b/include/modules/cloak.h
@@ -75,7 +75,7 @@ public:
virtual List* GetCloaks(LocalUser* user) = 0;
/** Determines whether any cloaks of the specified type exist.
- * @param method The engine to check the active status of.
+ * @param engine The engine to check the active status of.
*/
virtual bool IsActiveCloak(const Cloak::Engine& engine) = 0;