]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socketengine.h
First UserManager overhaul: Move clone counts out of InspIRCd & User.
[user/henk/code/inspircd.git] / include / socketengine.h
index 95688117ebbeeb777176076768ba4087411d0986..6f5d4131ba06e8c814b08bde67e70ea32a0209a7 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
  * See: http://www.inspircd.org/wiki/index.php/Credits
  *
  * This program is free but copyrighted software; see
@@ -353,7 +353,7 @@ public:
         */
        virtual int Shutdown(EventHandler* fd, int how);
 
-       /** Abstraction for BSD sockets shutdownt(2).
+       /** Abstraction for BSD sockets shutdown(2).
         * This function should emulate its namesake system call exactly.
         * @return This method should return exactly the same values as the system call it emulates.
         */