1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-19 04:52:13 +02:00

Merge pull request #1364 from oylenshpeegul/patch-3

Typo: "too many" rather than "to many"
This commit is contained in:
Levi Bostian
2015-10-06 09:39:24 -05:00

View File

@@ -356,7 +356,7 @@ eval $command ;# There is an error here, because there are too many arguments \
set replacement {Archibald Sorbisol}
set command {set name $replacement}
set command [subst $command]
eval $command ;# The same error as before: to many arguments to "set" in \
eval $command ;# The same error as before: too many arguments to "set" in \
{set name Archibald Sorbisol}