aboutsummaryrefslogtreecommitdiff
path: root/include/modules
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-06-06 01:05:55 +0100
committerGravatar Sadie Powell2023-06-06 01:05:55 +0100
commit684d9a8da110dbe36e5fb82f2fce54b1b34e707c (patch)
treeb05066eac64045b6eea4d2f951ece92389d9bcd4 /include/modules
parentAllow secondary cloak methods to be used on link synchronisation. (diff)
Fix some typos in the cloak header.
Diffstat (limited to 'include/modules')
-rw-r--r--include/modules/cloak.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/modules/cloak.h b/include/modules/cloak.h
index 49c3f49b6..8fc220854 100644
--- a/include/modules/cloak.h
+++ b/include/modules/cloak.h
@@ -105,7 +105,7 @@ protected:
public:
/** Creates a new cloak method from the specified config.
* @param tag The config tag to configure the cloak method with.
- * @param primary Whether the created cloak method is the primary emthod.
+ * @param primary Whether the created cloak method is the primary method.
*/
virtual MethodPtr Create(const std::shared_ptr<ConfigTag>& tag, bool primary) = 0;
};
@@ -164,7 +164,7 @@ public:
}
/** Determines whether when this cloak method is behind non-sensitive cloak methods
- * if it should be treated as if it was the primary link method for the purposes of
+ * if it should be treated as if it was the primary cloak method for the purposes of
* generating link data.
*/
virtual bool IsLinkSensitive() const