diff options
author | fvogel <fvogelnew1@free.fr> | 2016-02-25 08:09:32 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-02-25 08:09:32 (GMT) |
commit | 612675a4f57c40b222eccf363977705fbdd848aa (patch) | |
tree | 26fccccf7c72f7a126e29d4b5ed0b854e0655f25 /doc | |
parent | 3dfd0dd611bcd8d85edae8c326be10eb2ee5518a (diff) | |
download | tk-612675a4f57c40b222eccf363977705fbdd848aa.zip tk-612675a4f57c40b222eccf363977705fbdd848aa.tar.gz tk-612675a4f57c40b222eccf363977705fbdd848aa.tar.bz2 |
Fixed typo in spinbox documentation page
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spinbox.n | 4 |
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. |