Commit 29ce07fb authored by Michael Shigorin's avatar Michael Shigorin

00example: fixed a harmless typo

The script would work nevertheless (given the feature's included) but lapses are especially wrong in examples.
parent aa19008b
......@@ -5,7 +5,7 @@
# NB: to be executed, it must be marked executable first :)
# let's do something very useful
echo "$0: WORKDIR=$WORKDIR; directory listig:"
echo "$0: WORKDIR=$WORKDIR; directory listing:"
ls -l "$WORKDIR"
# and let's _not_ terminate with non-zero for no real reason;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment