Skip to content

Commit 52dba92

Browse files
authored
Merge pull request #235 from ellert/comment-typo
Fix a typo in a comment
2 parents 6ab0c15 + eb3e5c2 commit 52dba92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_gzip_compliance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ def test_decompress_infile_outfile(self):
850850
# If the env_vars argument to assert_python_failure or assert_python_ok
851851
# is empty the test will run in isolated mode (-I) which means that the
852852
# PYTHONPATH environment variable will be ignored and the test fails
853-
# because the isal module can not be found, or the test is run usung the
853+
# because the isal module can not be found, or the test is run using the
854854
# system installed version of the module instead of the newly built
855855
# module that should be tested.
856856
#

0 commit comments

Comments
 (0)