diff options
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; |