Skip to content

Commit bcd142a

Browse files
committed
Fix typo
1 parent 56cbb27 commit bcd142a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/functionalities/statusline/TestStatusline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def test(self):
7171
)
7272
self.expect('set set separator "| "')
7373

74-
# Hide the statusline and check or the control character.
74+
# Hide the statusline and check for the control character.
7575
self.expect(
7676
"set set show-statusline false", ["\x1b[1;{}r".format(self.TERMINAL_HEIGHT)]
7777
)

0 commit comments

Comments
 (0)