diff --git a/src/dash.1 b/src/dash.1
index 1056285..2a363b2 100644
--- a/src/dash.1
+++ b/src/dash.1
@@ -606,10 +606,10 @@ and
 .Dq ||
 are AND-OR list operators.
 .Dq &&
-executes the first command, and then executes the second command iff the
+executes the first command, and then executes the second command if the
 exit status of the first command is zero.
 .Dq ||
-is similar, but executes the second command iff the exit status of the first
+is similar, but executes the second command if the exit status of the first
 command is nonzero.
 .Dq &&
 and
--
To unsubscribe from this list: send the line "unsubscribe dash" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to