diff options
Diffstat (limited to 'include/modules/cs_mode.h')
-rw-r--r-- | include/modules/cs_mode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/cs_mode.h b/include/modules/cs_mode.h index 44ffd5a7f..a4f0fe3f5 100644 --- a/include/modules/cs_mode.h +++ b/include/modules/cs_mode.h @@ -80,7 +80,7 @@ struct ModeLocks virtual const ModeLock *GetMLock(const Anope::string &mname, const Anope::string ¶m = "") = 0; /** Get the current mode locks as a string - * @param complete True to show mlock parameters aswell + * @param complete True to show mlock parameters as well * @return A string of mode locks, eg: +nrt */ virtual Anope::string GetMLockAsString(bool complete) const = 0; |