Fix typo in defaultNickGenerator comment

This commit is contained in:
ShadowNinja 2014-03-02 19:18:03 -05:00
parent ecc6558e3d
commit 9b74265690
1 changed files with 1 additions and 1 deletions

View File

@ -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)