From 9b74265690c14939c5ce0283295047b8993976a7 Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Sun, 2 Mar 2014 19:18:03 -0500 Subject: [PATCH] Fix typo in defaultNickGenerator comment --- util.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.lua b/util.lua index b0d5955..ceabd80 100644 --- a/util.lua +++ b/util.lua @@ -139,7 +139,7 @@ end function defaultNickGenerator(nick) -- LuaBot -> LuaCot -> LuaCou -> ... - -- We change a random charachter rather than appending to the + -- We change a random character rather than appending to the -- nickname as otherwise the new nick could exceed the ircd's -- maximum nickname length. local randindex = random(1, #nick)