summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man5/Shell.md
diff options
context:
space:
mode:
Diffstat (limited to 'Base/usr/share/man/man5/Shell.md')
-rw-r--r--Base/usr/share/man/man5/Shell.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Base/usr/share/man/man5/Shell.md b/Base/usr/share/man/man5/Shell.md
index b24b616c10..0acc3019e3 100644
--- a/Base/usr/share/man/man5/Shell.md
+++ b/Base/usr/share/man/man5/Shell.md
@@ -40,7 +40,7 @@ Any sequence of _Double Quoted String Part_ tokens:
* Escaped sequences
##### Variable Reference
-Any sequence of _Identifier_ characters, or a _Special Variable_ follwing a `$`
+Any sequence of _Identifier_ characters, or a _Special Variable_ following a `$`
##### Evaluate expression
Any expression following a `$` that is not a variable reference:
@@ -331,7 +331,7 @@ list_expression :: ' '* expression (' '+ list_expression)?
expression :: evaluate expression?
| string_composite expression?
- | comment expession?
+ | comment expression?
| '(' list_expression ')' expression?
evaluate :: '$' '(' pipe_sequence ')'