Skip to content

Commit aafb357

Browse files
author
culler
committed
Correct typo.
1 parent 617401e commit aafb357

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/text.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3487,7 +3487,7 @@ test text-14.18 {ConfigureText procedure} -constraints fonts -setup {
34873487
# The "overrideredirect" gets rid of the titlebar so the toplevel can shrink
34883488
# to the appropriate size.
34893489
# On macOS, however, there is no way to make the window overlap the
3490-
# menubar. Starting with macOS 16 (Sequoia) it became impossible for
3490+
# menubar. Starting with macOS 15 (Sequoia) it became impossible for
34913491
# the y coordinate of the top of a window to be less than 10 plus the
34923492
# menubar height (as reported by [[NSApp mainMenu] menuBarHeight]).
34933493

tests/unixWm.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ proc makeToplevels {} {
3838
# got moved to the requested location should use a y coordinate larger than the
3939
# height of the menubar (normally 23 pixels) and an x coordinate larger than
4040
# the width of the dock, if it happens to be on the left. Starting with
41-
# macOS 16 (Sequoia) it became impossible for the y coordinate of the top
41+
# macOS 15 (Sequoia) it became impossible for the y coordinate of the top
4242
# of a window to be less than 10 plus the menubar height (as reported by
4343
# [[NSApp mainMenu] menuBarHeight]).
4444

0 commit comments

Comments
 (0)