Fix typos

This commit is contained in:
Jonas Bernoulli
2020-07-25 16:27:34 +02:00
parent 6d73ca8ec3
commit b711ad9151
8 changed files with 10 additions and 10 deletions

View File

@ -82,7 +82,7 @@ public:
std::time_t created; /**< database creation time */
bool read_only; /**< Is the database opened read-only? */
size_t batch_size; /**< Maximum database tranasction batch size */
size_t batch_size; /**< Maximum database transaction batch size */
std::string root_maildir; /**< Absolute path to the top-level maildir */
@ -239,7 +239,7 @@ public:
bool empty() const;
/**
* Commit the current group of modifcations (i.e., transaction) to disk;
* Commit the current group of modifications (i.e., transaction) to disk;
* This rarely needs to be called explicitly, as Store will take care of
* it.
*/