summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2016-02-25 14:38:39 (GMT)
committerdgp <dgp@noemail.net>2016-02-25 14:38:39 (GMT)
commit870d472ac1417f4313965a9682a79ac6d78e0cf1 (patch)
tree1830e511a45933b6ca9091abf1f00452f9105845
parent957836023681fdf25c026a921d4dff1042758629 (diff)
parenta5264726ea786dba8c3299cd48fe24ab044c0f56 (diff)
downloadtk-870d472ac1417f4313965a9682a79ac6d78e0cf1.zip
tk-870d472ac1417f4313965a9682a79ac6d78e0cf1.tar.gz
tk-870d472ac1417f4313965a9682a79ac6d78e0cf1.tar.bz2
merge trunk, doc change only
FossilOrigin-Name: 1e28e67674a436b066093eb8c3b272742a7be3bf
-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.