summaryrefslogtreecommitdiff
path: root/README.Tcl
diff options
context:
space:
mode:
Diffstat (limited to 'README.Tcl')
-rw-r--r--README.Tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.Tcl b/README.Tcl
index 9a78bc7..1e4947b 100644
--- a/README.Tcl
+++ b/README.Tcl
@@ -14,7 +14,7 @@ A. Elements: Main command to create and manipulate objects. "element" is
<handle> can also be the keyword "selected", in which case it
implies all selected elements. The <handle> is represented as a
new Tcl type called "handle", and has an "H" followed by an 8-digit
- hexidecimal number. This distinguishes it from integers and
+ hexadecimal number. This distinguishes it from integers and
allows the command line to be parsed correctly. It also discourages
the practice of manipulating handles, as arithmetic cannot be
performed directly on handle types.