summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2023-11-30 15:58:11 (GMT)
committerKevin Walzer <kw@codebykevin.com>2023-11-30 15:58:11 (GMT)
commit04772f4b2d2d872ff63c509b26f63bb72e18749b (patch)
treea5889d84e9daf6a8dde97fcf5263692938529275 /doc
parent9c4da3172b95045d82551cbc983894bd8cc4ce98 (diff)
downloadtk-04772f4b2d2d872ff63c509b26f63bb72e18749b.zip
tk-04772f4b2d2d872ff63c509b26f63bb72e18749b.tar.gz
tk-04772f4b2d2d872ff63c509b26f63bb72e18749b.tar.bz2
Correct typo on bind man page
Diffstat (limited to 'doc')
-rw-r--r--doc/bind.n2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bind.n b/doc/bind.n
index d299f66..9fb5c07 100644
--- a/doc/bind.n
+++ b/doc/bind.n
@@ -229,7 +229,7 @@ example:
.CS
lassign [tk::PreciseScrollDeltas %D] deltaX deltaY
.CE
-The \fB$#\fR substitution is a counter for \fBToucpadScroll\fR events
+The \fB$#\fR substitution is a counter for \fBTouchpadScroll\fR events
which can be used by widgets that only support scrolling by units to
ignore some portion of the events.
.IP "\fBKeyPress\fR, \fBKeyRelease\fR" 5