summaryrefslogtreecommitdiffstats
path: root/handler.c
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-07-23 14:07:04 +0200
committerOndřej Bílka <neleai@seznam.cz>2013-07-23 14:07:04 +0200
commitfd1b65cbb2a0d6c1b52b30e3b9010ead734c0cc1 (patch)
tree03c14f393279ccbd185179cc38522126fb1725ab /handler.c
parent3e4064102fde1d92c501a19174b9a250dd99408c (diff)
fix typos in comments
Diffstat (limited to 'handler.c')
-rw-r--r--handler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/handler.c b/handler.c
index 08ff9848..449fd358 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 ther user's auto_view list */
+ /* determine if this type is on there user's auto_view list */
LIST *t = AutoViewList;
for (; t; t = t->next) {
@@ -1019,7 +1019,7 @@ static int alternative_handler (BODY *a, STATE *s)
a = b;
- /* First, search list of prefered types */
+ /* First, search list of preferred types */
t = AlternativeOrderList;
while (t && !choice)
{