From c1f66059a8484dbc2aec328bdb6ec1db87071e7b Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Thu, 9 Jun 2022 00:03:48 +0300 Subject: [PATCH] store: fix typo --- lib/mu-store.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mu-store.hh b/lib/mu-store.hh index 809dda4b..49b172ae 100644 --- a/lib/mu-store.hh +++ b/lib/mu-store.hh @@ -191,7 +191,7 @@ public: /** * 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. * * @param expr the search expression