diff options
author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2021-06-17 10:02:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 15:02:30 +0100 |
commit | fd88b756fc20dedea15a8a08c21e8f7af6612e4e (patch) | |
tree | 81faaface4f605d329848b0c9b7dae8c7dad5b7f /include/users.h | |
parent | 8d1bc95faf095984dcc39b4c51de5bc5051b9a12 (diff) |
Fix various spelling issues (#274).
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>.
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/users.h b/include/users.h index 72f786c57..f7756e7c2 100644 --- a/include/users.h +++ b/include/users.h @@ -46,7 +46,7 @@ class CoreExport User : public virtual Base, public Extensible, public CommandRe bool on_access; /* Map of user modes and the params this user has (if any) */ ModeList modes; - /* NickCore account the user is currently loggged in as, if they are logged in */ + /* NickCore account the user is currently logged in as, if they are logged in */ Serialize::Reference<NickCore> nc; /* # of invalid password attempts */ @@ -161,13 +161,13 @@ class CoreExport User : public virtual Base, public Extensible, public CommandRe /** Update the real ident (username) of a user record. * @param ident The new ident to give this user. - * NOTE: Where possible, you should use the Get/SetVIdent() equivilants. + * NOTE: Where possible, you should use the Get/SetVIdent() equivalents. */ void SetIdent(const Anope::string &ident); /** Get the real ident (username) of this user. * @return The displayed ident of this user. - * NOTE: Where possible, you should use the Get/SetVIdent() equivilants. + * NOTE: Where possible, you should use the Get/SetVIdent() equivalents. */ const Anope::string &GetIdent() const; |