bp typo fix

git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7703 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2007-08-11 09:54:52 +00:00
parent 5256c28687
commit be72a21265

View File

@ -167,7 +167,7 @@ public:
case DONE:
std::map<unsigned long,QueryInfo*>::iterator x = active_queries.find(req.id);
if (x != active_queres.end())
if (x != active_queries.end())
{
delete x->second;
active_queries.erase(x);