summaryrefslogtreecommitdiffstats
path: root/doc/spinbox.n
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-02-25 08:09:32 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-02-25 08:09:32 (GMT)
commit612675a4f57c40b222eccf363977705fbdd848aa (patch)
tree26fccccf7c72f7a126e29d4b5ed0b854e0655f25 /doc/spinbox.n
parent3dfd0dd611bcd8d85edae8c326be10eb2ee5518a (diff)
downloadtk-612675a4f57c40b222eccf363977705fbdd848aa.zip
tk-612675a4f57c40b222eccf363977705fbdd848aa.tar.gz
tk-612675a4f57c40b222eccf363977705fbdd848aa.tar.bz2
Fixed typo in spinbox documentation page
Diffstat (limited to 'doc/spinbox.n')
-rw-r--r--doc/spinbox.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/spinbox.n b/doc/spinbox.n
index 7227cf1..330bb17 100644
--- a/doc/spinbox.n
+++ b/doc/spinbox.n
@@ -55,7 +55,7 @@ A floating-point value corresponding to the lowest value for a spinbox, to
be used in conjunction with \fB\-to\fR and \fB\-increment\fR. When all
are specified correctly, the spinbox will use these values to control its
contents. This value must be less than the \fB\-to\fR option.
-If \fB\-values\fR is specified, it supercedes this option.
+If \fB\-values\fR is specified, it supersedes this option.
.OP "\-invalidcommand or \-invcmd" invalidCommand InvalidCommand
Specifies a script to eval when \fB\-validatecommand\fR returns 0. Setting
it to an empty string disables this feature (the default). The best use of
@@ -84,7 +84,7 @@ A floating-point value corresponding to the highest value for the spinbox,
to be used in conjunction with \fB\-from\fR and \fB\-increment\fR. When
all are specified correctly, the spinbox will use these values to control
its contents. This value must be greater than the \fB\-from\fR option.
-If \fB\-values\fR is specified, it supercedes this option.
+If \fB\-values\fR is specified, it supersedes this option.
.OP \-validate validate Validate
Specifies the mode in which validation should operate: \fBnone\fR,
\fBfocus\fR, \fBfocusin\fR, \fBfocusout\fR, \fBkey\fR, or \fBall\fR.