aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_spanningtree/treesocket2.cpp
diff options
context:
space:
mode:
authorGravatar w00t2008-01-07 23:34:04 +0000
committerGravatar w00t2008-01-07 23:34:04 +0000
commit37c6eda15a674922b38642f74daea865a8b50e98 (patch)
tree3ffcabea1b0b98778afac44e4d8fe0ad9341adcb /src/modules/m_spanningtree/treesocket2.cpp
parentgit-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8657 e03df62e-2... (diff)
downloadinspircd++-37c6eda15a674922b38642f74daea865a8b50e98.tar.gz
inspircd++-37c6eda15a674922b38642f74daea865a8b50e98.tar.bz2
inspircd++-37c6eda15a674922b38642f74daea865a8b50e98.zip
Correct typo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8659 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree/treesocket2.cpp')
-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 f03aff9af..838d51c92 100644
--- a/src/modules/m_spanningtree/treesocket2.cpp
+++ b/src/modules/m_spanningtree/treesocket2.cpp
@@ -549,7 +549,7 @@ bool TreeSocket::AddLine(const std::string &prefix, std::deque<std::string> &par
}
else
{
- this->Instance->SNO->WriteToSnoMask('x',"%s added permenant %s%s on %s (%s).",prefix.c_str(),params[0].c_str(),params[0].length() == 1 ? "LINE" : "",
+ this->Instance->SNO->WriteToSnoMask('x',"%s added permanent %s%s on %s (%s).",prefix.c_str(),params[0].c_str(),params[0].length() == 1 ? "LINE" : "",
params[1].c_str(),params[5].c_str());
}
params[5] = ":" + params[5];