summaryrefslogtreecommitdiff
path: root/README.Tcl
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-11-01 22:24:54 +0100
committerRuben Undheim <rubund@debian.org>2018-11-01 23:32:47 +0100
commitf28370832ee6b89d95d14cef0fe5672f0a50b1be (patch)
tree821fb4c3c05277e6e1b6d028d9cec73f84b59b59 /README.Tcl
parent69c550b43e7d699f2ad18d7f19f32421320d640c (diff)
Spelling fixes
Gbp-Pq: Name 0005-Spelling-fixes.patch
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.