aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_log_sql.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_log_sql.cpp')
-rw-r--r--src/modules/m_log_sql.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_log_sql.cpp b/src/modules/m_log_sql.cpp
index 034062dc1..a1bbd8472 100644
--- a/src/modules/m_log_sql.cpp
+++ b/src/modules/m_log_sql.cpp
@@ -113,7 +113,7 @@ private:
public:
ModuleLogSQL()
- : Module(VF_VENDOR, "Provides the ability to write logs to an SQL database.")
+ : Module(VF_VENDOR, "Provides the ability to log to a SQL database.")
, engine(this)
{
thismod = this;