aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar w00t2008-01-07 23:32:44 +0000
committerGravatar w00t2008-01-07 23:32:44 +0000
commit082aa051c8372afb05bfc8a7a4fffe93ec3854d1 (patch)
tree4db3890fde4398531f8ecb082cfb4c3590c74efe /src/modules
parentBackport r8651: SHA256 consistancy fix. (diff)
I swear I've fixed this 5 times now.. it's PERMANENT, USE A FUCKING DICTIONARY :p http://dictionary.reference.com/browse/Permanent
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8658 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/m_spanningtree/treesocket2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/treesocket2.cpp b/src/modules/m_spanningtree/treesocket2.cpp
index a02f47984..fbfa4139e 100644
--- a/src/modules/m_spanningtree/treesocket2.cpp
+++ b/src/modules/m_spanningtree/treesocket2.cpp
@@ -545,7 +545,7 @@ bool TreeSocket::AddLine(const std::string &prefix, std::deque<std::string> &par
}
else
{
- this->Instance->SNO->WriteToSnoMask('x',"%s Added permenant %cLINE on %s (%s).",prefix.c_str(),*(params[0].c_str()),params[1].c_str(),params[5].c_str());
+ this->Instance->SNO->WriteToSnoMask('x',"%s Added permanent %cLINE on %s (%s).",prefix.c_str(),*(params[0].c_str()),params[1].c_str(),params[5].c_str());
}
params[5] = ":" + params[5];
Utils->DoOneToAllButSender(prefix,"ADDLINE",params,prefix);