diff options
| author | 2023-06-06 01:05:55 +0100 | |
|---|---|---|
| committer | 2023-06-06 01:05:55 +0100 | |
| commit | 684d9a8da110dbe36e5fb82f2fce54b1b34e707c (patch) | |
| tree | b05066eac64045b6eea4d2f951ece92389d9bcd4 /include/modules | |
| parent | Allow 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.h | 4 |
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 |
