From 10838a2c585ac5aa434b3fd3c68043e716fbd872 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 14 Jan 2023 18:07:39 +0200 Subject: [PATCH] mu-store: fix typo --- lib/mu-store.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mu-store.cc b/lib/mu-store.cc index 880a7661..559c1613 100644 --- a/lib/mu-store.cc +++ b/lib/mu-store.cc @@ -523,7 +523,7 @@ Store::find_message(Store::Id docid) const * @param id message id * @param target_mdir target_midr (or Nothing for current) * @param new_flags new flags (or Notthing) -'; * @param opts move_optionss + * @param opts move_optionss * * @return the Message after the moving, or an Error */