doc: fix various typos

Co-authored-by: Peter Yordanov <ppyordanov@yahoo.com>
This commit is contained in:
Ikko Ashimine
2020-12-24 22:37:17 +09:00
committed by fanquake
parent e8640849c7
commit 1112035d32
18 changed files with 21 additions and 21 deletions

View File

@@ -37,7 +37,7 @@ public:
explicit SQLiteBatch(SQLiteDatabase& database);
~SQLiteBatch() override { Close(); }
/* No-op. See commeng on SQLiteDatabase::Flush */
/* No-op. See comment on SQLiteDatabase::Flush */
void Flush() override {}
void Close() override;