Skip to content

Commit 82a607f

Browse files
committed
Fix typos from emscripten-core#25838
1 parent 5b42968 commit 82a607f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/single_line_runner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ def startTest(self, test):
5757
self.stream.write(' ... ')
5858
self.stream.flush()
5959

60-
# Calcualte the remaining terminal width available for the _write_status
61-
# message. This will never be lower that `self.max_status_msg`
60+
# Calculate the remaining terminal width available for the _write_status
61+
# message. This will never be lower than `self.max_status_msg`
6262
self.status_limit = total_width - prefix_len - len(desc) - len(' ... ')
6363

6464
def printErrors(self):

0 commit comments

Comments
 (0)