]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix typo.
authorRobin Burchell <robin+git@viroteck.net>
Wed, 18 Apr 2012 13:15:17 +0000 (15:15 +0200)
committerRobin Burchell <robin+git@viroteck.net>
Wed, 18 Apr 2012 13:15:29 +0000 (15:15 +0200)
src/modules/m_spanningtree/treesocket2.cpp

index 835170da20dd0f6d83fea72501efa8e983aec627..15a7898ed992ae24aa34bc900464306495ca4f65 100644 (file)
@@ -437,7 +437,7 @@ void TreeSocket::ProcessConnectedLine(std::string& prefix, std::string& command,
                if (res == CMD_INVALID)
                {
                        irc::stringjoiner pmlist(" ", params, 0, params.size() - 1);
-                       ServerInstance->Logs->Log("m_spanningtree", SPARSE, "Error handing S2S command :%s %s %s",
+                       ServerInstance->Logs->Log("m_spanningtree", SPARSE, "Error handling S2S command :%s %s %s",
                                who->uuid.c_str(), command.c_str(), pmlist.GetJoined().c_str());
                        SendError("Error handling '" + command + "' -- possibly loaded mismatched modules");
                }