aboutsummaryrefslogtreecommitdiffstats
path: root/common/recsel.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/recsel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recsel.c b/common/recsel.c
index 66c1c5e08..b2b302b75 100644
--- a/common/recsel.c
+++ b/common/recsel.c
@@ -602,7 +602,7 @@ recsel_select (recsel_expr_t selector,
if (result)
{
- /* This expression evaluated to true. See wether there are
+ /* This expression evaluated to true. See whether there are
remaining expressions in this conjunction. */
if (!se->next || se->next->disjun)
break; /* All expressions are true. Return True. */