]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Fixes by misspell-fixer
[user/henk/code/inspircd.git] / include / users.h
index 4d7994e8ef995eb6527e454514b111301fcd4a59..d7a71954ef0da943d1ddeb90e29b285e03c13ccc 100644 (file)
@@ -70,7 +70,7 @@ enum UserType {
        USERTYPE_SERVER = 3
 };
 
-/** Holds information relevent to <connect allow> and <connect deny> tags in the config file.
+/** Holds information relevant to <connect allow> and <connect deny> tags in the config file.
  */
 struct CoreExport ConnectClass : public refcountbase
 {
@@ -361,13 +361,13 @@ class CoreExport User : public Extensible
 
        /** If this is set to true, then all socket operations for the user
         * are dropped into the bit-bucket.
-        * This value is set by QuitUser, and is not needed seperately from that call.
+        * This value is set by QuitUser, and is not needed separately from that call.
         * Please note that setting this value alone will NOT cause the user to quit.
         */
        unsigned int quitting:1;
 
        /** What type of user is this? */
-       const UserType usertype:2;
+       const unsigned int usertype:2;
 
        /** Get client IP string from sockaddr, using static internal buffer
         * @return The IP string