summaryrefslogtreecommitdiff
path: root/modules/extra/m_sqlite.cpp
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-07-22 12:59:56 +0100
committerPeter Powell <petpow@saberuk.com>2019-09-23 14:48:49 +0100
commit14ee76a0ad8d4ddd150ff91d71a8d845ef015ece (patch)
treeb0cab4d34e578b7417be2bf57c98ee0c9bfa8ad8 /modules/extra/m_sqlite.cpp
parent4465c67790ab7a965abbdaed53bdc9295bba919d (diff)
Fix various typos.
Diffstat (limited to 'modules/extra/m_sqlite.cpp')
-rw-r--r--modules/extra/m_sqlite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/m_sqlite.cpp b/modules/extra/m_sqlite.cpp
index f6a98f05a..49e638396 100644
--- a/modules/extra/m_sqlite.cpp
+++ b/modules/extra/m_sqlite.cpp
@@ -15,7 +15,7 @@
using namespace SQL;
-/* SQLite3 API, based from InspiRCd */
+/* SQLite3 API, based from InspIRCd */
/** A SQLite result
*/