diff options
author | Peter Powell <petpow@saberuk.com> | 2019-07-22 12:59:56 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-09-23 14:48:49 +0100 |
commit | 14ee76a0ad8d4ddd150ff91d71a8d845ef015ece (patch) | |
tree | b0cab4d34e578b7417be2bf57c98ee0c9bfa8ad8 /modules/extra/m_sqlite.cpp | |
parent | 4465c67790ab7a965abbdaed53bdc9295bba919d (diff) |
Fix various typos.
Diffstat (limited to 'modules/extra/m_sqlite.cpp')
-rw-r--r-- | modules/extra/m_sqlite.cpp | 2 |
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 */ |