]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/usermanager.h
Remove the Kiwi links from the readme.
[user/henk/code/inspircd.git] / include / usermanager.h
index 2a18393abc63aef3ec43c05f0b0c62b539108ba8..e73d541ee81b69225895c02c2972f3644a8355de 100644 (file)
@@ -2,8 +2,8 @@
  * InspIRCd -- Internet Relay Chat Daemon
  *
  *   Copyright (C) 2015 Adam <Adam@anope.org>
- *   Copyright (C) 2013-2016 Attila Molnar <attilamolnar@hush.com>
- *   Copyright (C) 2012-2013, 2017, 2019 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2012-2016 Attila Molnar <attilamolnar@hush.com>
+ *   Copyright (C) 2012-2013, 2017, 2019-2020 Sadie Powell <sadie@witchery.services>
  *   Copyright (C) 2012 Robby <robby@chatbelgie.be>
  *   Copyright (C) 2010 Craig Edwards <brain@inspircd.org>
  *   Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
@@ -150,7 +150,7 @@ class CoreExport UserManager : public fakederef<UserManager>
         */
        const CloneCounts& GetCloneCounts(User* user) const;
 
-       /** Return a map containg IP addresses and their clone counts
+       /** Return a map containing IP addresses and their clone counts
         * @return The clone count map
         */
        const CloneMap& GetCloneMap() const { return clonemap; }