diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-10 17:40:21 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-10 17:40:21 +0000 |
commit | b6b62cd486f34438c2a0d1dd3a7bbc92ed6d3105 (patch) | |
tree | 27ae57b5d3968b7feb99affff404b51ed68f8b65 /src | |
parent | 024048d646e5b98846e9967984ad452d2d6bf210 (diff) |
Typo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3638 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/inspircd_io.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd_io.cpp b/src/inspircd_io.cpp index 825b4eb31..a9e1ca691 100644 --- a/src/inspircd_io.cpp +++ b/src/inspircd_io.cpp @@ -575,7 +575,7 @@ void ServerConfig::Read(bool bail, userrec* user) {"class", {"name", "commands", NULL}, {DT_CHARPTR, DT_CHARPTR}, - InitClasss, DoClass, DoneClassesAndTypes}, + InitClasses, DoClass, DoneClassesAndTypes}, {NULL} }; |