aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_log_sql.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-12-12 11:03:28 +0000
committerGravatar Sadie Powell2022-12-12 11:03:28 +0000
commit28c59ba77b21d0f1337240d07e20cf9af1af959f (patch)
treea2a6de4d26b3b45c720fc8c0d471059312c1b558 /src/modules/m_log_sql.cpp
parentFix the docs of markident and markhost being reversed in m_dnsbl. (diff)
Update module descriptions.
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;