store: fix typo

This commit is contained in:
Dirk-Jan C. Binnema 2022-06-09 00:03:48 +03:00
parent ce28c86803
commit c1f66059a8
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ public:
/** /**
* Run a query; see the `mu-query` man page for the syntax. * Run a query; see the `mu-query` man page for the syntax.
* *
* Multi-threaded callers must aquire the lock and keep it * Multi-threaded callers must acquire the lock and keep it
* at least as long as the return value. * at least as long as the return value.
* *
* @param expr the search expression * @param expr the search expression