Skip to content

Commit 6c84c30

Browse files
delirious-lettucejonathanslenders
authored andcommitted
Fix typo: evenything -> everything
1 parent caf5546 commit 6c84c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_inputstream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def test_flush_1(processor, stream):
8383

8484
def test_flush_2(processor, stream):
8585
# Send left key with a 'Flush' in between.
86-
# The flush should make sure that we process evenything before as-is,
86+
# The flush should make sure that we process everything before as-is,
8787
# with makes the first part just an escape character instead.
8888
stream.feed('\x1b')
8989
stream.flush()

0 commit comments

Comments
 (0)