diff options
Diffstat (limited to 'modules/stats/irc2sql/irc2sql.cpp')
-rw-r--r-- | modules/stats/irc2sql/irc2sql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/stats/irc2sql/irc2sql.cpp b/modules/stats/irc2sql/irc2sql.cpp index 2753dc00e..ed83001c3 100644 --- a/modules/stats/irc2sql/irc2sql.cpp +++ b/modules/stats/irc2sql/irc2sql.cpp @@ -11,7 +11,7 @@ void IRC2SQL::OnShutdown() { // TODO: test if we really have to use blocking query here - // (sometimes m_mysql get unloaded before the other thread executed all queries) + // (sometimes mysql get unloaded before the other thread executed all queries) if (this->sql) SQL::Result r = this->sql->RunQuery(SQL::Query("CALL " + prefix + "OnShutdown()")); quitting = true; |