summaryrefslogtreecommitdiffstats
path: root/googletest/test
diff options
context:
space:
mode:
authordinord <dino.radakovich@gmail.com>2021-10-05 14:59:42 (GMT)
committerdinord <dino.radakovich@gmail.com>2021-10-05 14:59:42 (GMT)
commit075810f7a20405ea09a93f68847d6e963212fa62 (patch)
treeb4e370b5ec2782a003496ea36706f0266f8dee57 /googletest/test
parent3b49be074d5c1340eeb447e6a8e78427051e675a (diff)
parentee1be03b43dd78916a0a2118c6e31090fdaed286 (diff)
downloadgoogletest-075810f7a20405ea09a93f68847d6e963212fa62.zip
googletest-075810f7a20405ea09a93f68847d6e963212fa62.tar.gz
googletest-075810f7a20405ea09a93f68847d6e963212fa62.tar.bz2
Merge pull request #3581 from cclauss:codespell
PiperOrigin-RevId: 400792845
Diffstat (limited to 'googletest/test')
-rwxr-xr-xgoogletest/test/gtest_test_utils.py2
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