More spelling fixes

This commit is contained in:
chase
2018-04-17 18:10:17 -07:00
committed by Jon Trulson
parent 1817f335c6
commit 07722f5c13
6 changed files with 6 additions and 6 deletions

View File

@@ -287,7 +287,7 @@ LinkTraceProc(clientData, interp, name1, name2, flags)
/*
* For writes, first make sure that the variable is writable. Then
* convert the Tcl value to C if possible. If the variable isn't
* writable or can't be converted, then restore the varaible's old
* writable or can't be converted, then restore the variable's old
* value and return an error. Another tricky thing: we have to save
* and restore the interpreter's result, since the variable access
* could occur when the result has been partially set.