diff options
author | Christian Clauss <cclauss@me.com> | 2021-09-24 06:09:32 (GMT) |
---|---|---|
committer | Christian Clauss <cclauss@me.com> | 2021-09-24 06:09:32 (GMT) |
commit | ee1be03b43dd78916a0a2118c6e31090fdaed286 (patch) | |
tree | 7329af52fdb033e73ab00f3699281e7f32b6f543 /googletest/test/gtest_test_utils.py | |
parent | e4717df71a4f45bf9f0ac88c6cd9846a0bc248dd (diff) | |
download | googletest-ee1be03b43dd78916a0a2118c6e31090fdaed286.zip googletest-ee1be03b43dd78916a0a2118c6e31090fdaed286.tar.gz googletest-ee1be03b43dd78916a0a2118c6e31090fdaed286.tar.bz2 |
Fix remaining typos discovered by codespellrefs/pull/3581/head
Diffstat (limited to 'googletest/test/gtest_test_utils.py')
-rwxr-xr-x | googletest/test/gtest_test_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/test/gtest_test_utils.py b/googletest/test/gtest_test_utils.py index c7f25aa..13fc6f5 100755 --- a/googletest/test/gtest_test_utils.py +++ b/googletest/test/gtest_test_utils.py @@ -224,7 +224,7 @@ class Subprocess: combined in a string. """ - # The subprocess module is the preferrable way of running programs + # The subprocess module is the preferable way of running programs # since it is available and behaves consistently on all platforms, # including Windows. But it is only available starting in python 2.4. # In earlier python versions, we revert to the popen2 module, which is |