]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Correct typo
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 7 Jan 2008 23:34:04 +0000 (23:34 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 7 Jan 2008 23:34:04 +0000 (23:34 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8659 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_spanningtree/treesocket2.cpp

index f03aff9af71023e1f108d79ad112dbf761ca31cd..838d51c927b31bc7c57250ebe99334ec3a55bb5f 100644 (file)
@@ -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];