Merge pull request #2142 from JacobCWard/patch-5

[bash-jp/ja-jp] Corrected spelling. seperated -> separated
This commit is contained in:
Adam Bard 2016-02-17 22:00:37 -08:00
commit 5930b4791f

View File

@ -66,7 +66,7 @@ echo "Last program return value: $?"
echo "Script's PID: $$"
echo "Number of arguments: $#"
echo "Scripts arguments: $@"
echo "Scripts arguments seperated in different variables: $1 $2..."
echo "Scripts arguments separated in different variables: $1 $2..."
# 入力値の読み込み
echo "What's your name?"