Skip to content

Commit 06e2c7a

Browse files
committed
Typo fix
Signed-off-by: Jason Myers <[email protected]>
1 parent 1a3eefc commit 06e2c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/design.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ How the Shell Runs a Program
5858

5959
When a shell receives a command to be executed, either interactively
6060
or by parsing a script file, and determines that the command is
61-
implemented in a separate program file, is uses ``fork()`` to create a
61+
implemented in a separate program file, it uses ``fork()`` to create a
6262
new process and then inside that process it uses one of the ``exec``
6363
functions to start the specified program. The language that program is
6464
written in doesn't make any difference in the decision about whether

0 commit comments

Comments
 (0)