Fix typos

This commit is contained in:
Jonas Bernoulli
2019-11-06 16:13:39 +01:00
parent ed6842e5bd
commit f31d1b065d
39 changed files with 60 additions and 60 deletions

View File

@ -45,7 +45,7 @@ public:
/**
* Construct a store for a not-yet-existing document database
*
* @param path path to the detabase
* @param path path to the database
* @param maildir maildir to use for this store
*/
Store (const std::string& path, const std::string& maildir);