aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/test/gtest_test_utils.py
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-03-05 14:21:41 -0500
committerGennadiy Civil <misterg@google.com>2018-03-05 14:21:41 -0500
commit086825de5d5cd13ad9a71221edcce74363939981 (patch)
treea0bd3625b95dc21731202ff20049c41a3c6690ed /googletest/test/gtest_test_utils.py
parent731dbc4a7879b66a14e41c3fbb14101cb30865eb (diff)
downloadgoogletest-086825de5d5cd13ad9a71221edcce74363939981.tar.gz
googletest-086825de5d5cd13ad9a71221edcce74363939981.tar.bz2
googletest-086825de5d5cd13ad9a71221edcce74363939981.zip
merges-6
Diffstat (limited to 'googletest/test/gtest_test_utils.py')
-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 cc4ba649..7c489336 100755
--- a/googletest/test/gtest_test_utils.py
+++ b/googletest/test/gtest_test_utils.py
@@ -227,7 +227,7 @@ class Subprocess:
combined in a string.
"""
- # The subprocess module is the preferable way of running programs
+ # The subprocess module is the preferrable 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