summaryrefslogtreecommitdiffhomepage
path: root/tcl.html.markdown
diff options
context:
space:
mode:
authorLevi Bostian <levi.bostian@gmail.com>2015-10-06 09:39:24 -0500
committerLevi Bostian <levi.bostian@gmail.com>2015-10-06 09:39:24 -0500
commitab95776a151575045650e4f8b700a4d6e074c411 (patch)
treecd1a5a548891a378e889e994a49938410230c816 /tcl.html.markdown
parent36c2165f2976138c88b4222093f7180abc0a5da5 (diff)
parent57ad6d412d829be6ebedfffaf0ea16341cc12cd1 (diff)
Merge pull request #1364 from oylenshpeegul/patch-3
Typo: "too many" rather than "to many"
Diffstat (limited to 'tcl.html.markdown')
-rw-r--r--tcl.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl.html.markdown b/tcl.html.markdown
index af2911c9..3982807f 100644
--- a/tcl.html.markdown
+++ b/tcl.html.markdown
@@ -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}