Author: LordLuke <lordluke@undernet.org>
[ircu2.10.12-pk.git] / ircd / s_user.c
index 82709b3e5a5fab4972d3a6a490996f11dab684ab..b61977c693b25d46cdb74b81ff4fdf37c4ef6230 100644 (file)
@@ -737,7 +737,7 @@ int set_nick_name(struct Client* cptr, struct Client* sptr,
        * then 30 seconds ago. This is intended to get rid of
        * clone bots doing NICK FLOOD. -SeKs
        * If someone didn't change their nick for more then 60 seconds
-       * however, allow to do two nick changes immedately after another
+       * however, allow to do two nick changes immediately after another
        * before limiting the nick flood. -Run
        */
       if (CurrentTime < cli_nextnick(cptr)) {