From: Richard Russon Date: Wed, 21 Aug 2019 16:48:33 +0000 (+0100) Subject: doxy: fix typo X-Git-Tag: 2019-10-25~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bcedc827b93abaf7d03bc2c7528a66172940e0af;p=neomutt doxy: fix typo --- diff --git a/menu.c b/menu.c index ebebb37f5..158727c40 100644 --- a/menu.c +++ b/menu.c @@ -998,7 +998,7 @@ struct Menu *mutt_menu_new(enum MenuType type) /** * mutt_menu_free - Destroy a menu - * @param[out] p Menu to destroy + * @param[out] ptr Menu to destroy */ void mutt_menu_free(struct Menu **ptr) {