summaryrefslogtreecommitdiffstats
path: root/handler.c
diff options
context:
space:
mode:
authorMichael Elkins <me@sigpipe.org>2013-10-04 16:47:59 +0000
committerMichael Elkins <me@sigpipe.org>2013-10-04 16:47:59 +0000
commitbe1044cde367c67a4dc2438459863f71bac66e7d (patch)
treecf98926b95b009bfc44a07fa56d3038538cb5ad7 /handler.c
parentfd1b65cbb2a0d6c1b52b30e3b9010ead734c0cc1 (diff)
fix more comment typos
Diffstat (limited to 'handler.c')
-rw-r--r--handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/handler.c b/handler.c
index 449fd358..ed8be958 100644
--- a/handler.c
+++ b/handler.c
@@ -970,7 +970,7 @@ static int mutt_is_autoview (BODY *b)
}
else
{
- /* determine if this type is on there user's auto_view list */
+ /* determine if this type is on the user's auto_view list */
LIST *t = AutoViewList;
for (; t; t = t->next) {