Skip to content

Commit 8675431

Browse files
committed
ttk/*.test: truly fix typo in comment
1 parent 13c8339 commit 8675431

17 files changed

+17
-17
lines changed

tests/ttk/checkbutton.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# A consequence of this practice is that attempts to run tests selectively/
1212
# individually using the tcltest options "-match", "-skip" or "-limitconstraints 1"
13-
# lead to unintende failures. Therefore, invocations using these options
13+
# lead to unintended failures. Therefore, invocations using these options
1414
# may be considered invalid for the ttk test suite (but not for the
1515
# corresponding core Tk tests).
1616
#

tests/ttk/combobox.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# A consequence of this practice is that attempts to run tests selectively/
1212
# individually using the tcltest options "-match", "-skip" or "-limitconstraints 1"
13-
# lead to unintende failures. Therefore, invocations using these options
13+
# lead to unintended failures. Therefore, invocations using these options
1414
# may be considered invalid for the ttk test suite (but not for the
1515
# corresponding core Tk tests).
1616
#

tests/ttk/entry.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# A consequence of this practice is that attempts to run tests selectively/
1212
# individually using the tcltest options "-match", "-skip" or "-limitconstraints 1"
13-
# lead to unintende failures. Therefore, invocations using these options
13+
# lead to unintended failures. Therefore, invocations using these options
1414
# may be considered invalid for the ttk test suite (but not for the
1515
# corresponding core Tk tests).
1616
#

tests/ttk/image.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# A consequence of this practice is that attempts to run tests selectively/
1212
# individually using the tcltest options "-match", "-skip" or "-limitconstraints 1"
13-
# lead to unintende failures. Therefore, invocations using these options
13+
# lead to unintended failures. Therefore, invocations using these options
1414
# may be considered invalid for the ttk test suite (but not for the
1515
# corresponding core Tk tests).
1616
#

tests/ttk/labelframe.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# A consequence of this practice is that attempts to run tests selectively/
1212
# individually using the tcltest options "-match", "-skip" or "-limitconstraints 1"
13-
# lead to unintende failures. Therefore, invocations using these options
13+
# lead to unintended failures. Therefore, invocations using these options
1414
# may be considered invalid for the ttk test suite (but not for the
1515
# corresponding core Tk tests).
1616
#

tests/ttk/notebook.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# A consequence of this practice is that attempts to run tests selectively/
1212
# individually using the tcltest options "-match", "-skip" or "-limitconstraints 1"
13-
# lead to unintende failures. Therefore, invocations using these options
13+
# lead to unintended failures. Therefore, invocations using these options
1414
# may be considered invalid for the ttk test suite (but not for the
1515
# corresponding core Tk tests).
1616
#

tests/ttk/panedwindow.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# A consequence of this practice is that attempts to run tests selectively/
1212
# individually using the tcltest options "-match", "-skip" or "-limitconstraints 1"
13-
# lead to unintende failures. Therefore, invocations using these options
13+
# lead to unintended failures. Therefore, invocations using these options
1414
# may be considered invalid for the ttk test suite (but not for the
1515
# corresponding core Tk tests).
1616
#

tests/ttk/progressbar.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# A consequence of this practice is that attempts to run tests selectively/
1212
# individually using the tcltest options "-match", "-skip" or "-limitconstraints 1"
13-
# lead to unintende failures. Therefore, invocations using these options
13+
# lead to unintended failures. Therefore, invocations using these options
1414
# may be considered invalid for the ttk test suite (but not for the
1515
# corresponding core Tk tests).
1616
#

tests/ttk/radiobutton.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# A consequence of this practice is that attempts to run tests selectively/
1212
# individually using the tcltest options "-match", "-skip" or "-limitconstraints 1"
13-
# lead to unintende failures. Therefore, invocations using these options
13+
# lead to unintended failures. Therefore, invocations using these options
1414
# may be considered invalid for the ttk test suite (but not for the
1515
# corresponding core Tk tests).
1616
#

tests/ttk/scale.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# A consequence of this practice is that attempts to run tests selectively/
1212
# individually using the tcltest options "-match", "-skip" or "-limitconstraints 1"
13-
# lead to unintende failures. Therefore, invocations using these options
13+
# lead to unintended failures. Therefore, invocations using these options
1414
# may be considered invalid for the ttk test suite (but not for the
1515
# corresponding core Tk tests).
1616
#

0 commit comments

Comments
 (0)