Skip to content

Commit a957c61

Browse files
authored
Merge branch 'master' into codeql-analysis
2 parents 405abdc + ae6e07f commit a957c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_window.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
def test_select_window(session):
1313
window_count = len(session._windows)
1414
# to do, get option for base-index from tmux
15-
# for now hoever, let's get the index from the first window.
15+
# for now however, let's get the index from the first window.
1616
assert window_count == 1
1717

1818
window_base_index = int(session.attached_window.index)

0 commit comments

Comments
 (0)