summary refs log tree commit diff
path: root/src/dash.1
diff options
context:
space:
mode:
Diffstat (limited to 'src/dash.1')
-rw-r--r--src/dash.12
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dash.1 b/src/dash.1
index 489cea2..5a2770f 100644
--- a/src/dash.1
+++ b/src/dash.1
@@ -596,7 +596,7 @@ semicolons, or ampersands, and optionally terminated by one of these three
 characters.
 The commands in a list are executed in the order they are written.
 If command is followed by an ampersand, the shell starts the
-command and immediately proceed onto the next command; otherwise it waits
+command and immediately proceeds onto the next command; otherwise it waits
 for the command to terminate before proceeding to the next one.
 .Ss Short-Circuit List Operators
 .Dq &&