From: w00t Date: Mon, 7 Jan 2008 23:34:04 +0000 (+0000) Subject: Correct typo X-Git-Tag: v2.0.23~4076 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=37c6eda15a674922b38642f74daea865a8b50e98;p=user%2Fhenk%2Fcode%2Finspircd.git Correct typo git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8659 e03df62e-2008-0410-955e-edbf42e46eb7 --- 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 &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];