diff options
author | Charles Kingsley <chaz@anope.org> | 2011-07-23 13:07:19 +0100 |
---|---|---|
committer | Charles Kingsley <chaz@anope.org> | 2011-07-23 13:07:19 +0100 |
commit | 87d2f4b8d7c574759d1d9e5f69524a5be857fb60 (patch) | |
tree | b44815120ebd1782318e6312ed82104924088f42 /modules/extra/m_mysql.cpp | |
parent | 39ca53cfcf33c1a2034b987feab313ee7a94725e (diff) |
Fix couple of typos in modules
Diffstat (limited to 'modules/extra/m_mysql.cpp')
-rw-r--r-- | modules/extra/m_mysql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/m_mysql.cpp b/modules/extra/m_mysql.cpp index c824f0613..4e0111bfd 100644 --- a/modules/extra/m_mysql.cpp +++ b/modules/extra/m_mysql.cpp @@ -227,7 +227,7 @@ class ModuleSQL : public Module, public Pipe this->MySQLServices.insert(std::make_pair(connname, ss)); ModuleManager::RegisterService(ss); - Log(LOG_NORMAL, "mysql") << "MySQL: Sucessfully connected to server " << connname << " (" << server << ")"; + Log(LOG_NORMAL, "mysql") << "MySQL: Successfully connected to server " << connname << " (" << server << ")"; } catch (const SQLException &ex) { |