There was an error while loading. Please reload this page.
evenything
everything
1 parent caf5546 commit 6c84c30Copy full SHA for 6c84c30
tests/test_inputstream.py
@@ -83,7 +83,7 @@ def test_flush_1(processor, stream):
83
84
def test_flush_2(processor, stream):
85
# Send left key with a 'Flush' in between.
86
- # The flush should make sure that we process evenything before as-is,
+ # The flush should make sure that we process everything before as-is,
87
# with makes the first part just an escape character instead.
88
stream.feed('\x1b')
89
stream.flush()
0 commit comments