aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_permchannels.cpp
diff options
context:
space:
mode:
authorGravatar danieldg2010-02-28 14:26:42 +0000
committerGravatar danieldg2010-02-28 14:26:42 +0000
commit10a53cc5001e88885b4585582775d4ddd3a4cbde (patch)
tree3908c188a6eab801dcfb4e7a99e80803f2986cbf /src/modules/m_permchannels.cpp
parentFix m_customprefix trying to add the first tag twice (diff)
downloadinspircd++-10a53cc5001e88885b4585582775d4ddd3a4cbde.tar.gz
inspircd++-10a53cc5001e88885b4585582775d4ddd3a4cbde.tar.bz2
inspircd++-10a53cc5001e88885b4585582775d4ddd3a4cbde.zip
Fix misspelling
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12572 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_permchannels.cpp')
-rw-r--r--src/modules/m_permchannels.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_permchannels.cpp b/src/modules/m_permchannels.cpp
index 4fbc8338b..d4d808439 100644
--- a/src/modules/m_permchannels.cpp
+++ b/src/modules/m_permchannels.cpp
@@ -42,7 +42,7 @@ static bool WriteDatabase()
return false;
}
- fputs("# Permchannels DB\n# This file is autogenerated; any changes will be overwritten!\n<config format=\"comapt\">\n", f);
+ fputs("# Permchannels DB\n# This file is autogenerated; any changes will be overwritten!\n<config format=\"compat\">\n", f);
// Now, let's write.
for (chan_hash::const_iterator i = ServerInstance->chanlist->begin(); i != ServerInstance->chanlist->end(); i++)
{