summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/extra/m_sqllog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_sqllog.cpp b/src/modules/extra/m_sqllog.cpp
index d572ae92f..188f33447 100644
--- a/src/modules/extra/m_sqllog.cpp
+++ b/src/modules/extra/m_sqllog.cpp
@@ -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);