Skip to content

Commit c31c1c8

Browse files
committed
Fixed typo.
1 parent db32356 commit c31c1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/class-assignments/labs-assignment-2019.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ following invocations are equivalent:
389389
mysh$ cat >output /etc/passwd
390390

391391
The same stands for all other redirections. For example, the following
392-
comand lines are also equivalent:
392+
command lines are also equivalent:
393393

394394
mysh$ >output cat <input
395395
mysh$ cat >output <input

0 commit comments

Comments
 (0)