diff options
author | slowy07 <slowy.arfy@gmail.com> | 2021-07-24 10:38:47 (GMT) |
---|---|---|
committer | slowy07 <slowy.arfy@gmail.com> | 2021-07-24 10:38:47 (GMT) |
commit | 2f3e2e39cc4c399b66711e6b720bf22373e841b5 (patch) | |
tree | 691f6f45bf9aed271619008196d187db98227e10 /googletest/src/gtest-death-test.cc | |
parent | 96f4ce02a3a78d63981c67acbd368945d11d7d70 (diff) | |
download | googletest-2f3e2e39cc4c399b66711e6b720bf22373e841b5.zip googletest-2f3e2e39cc4c399b66711e6b720bf22373e841b5.tar.gz googletest-2f3e2e39cc4c399b66711e6b720bf22373e841b5.tar.bz2 |
fix: typo codespelling commentrefs/pull/3499/head
Diffstat (limited to 'googletest/src/gtest-death-test.cc')
-rw-r--r-- | googletest/src/gtest-death-test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/googletest/src/gtest-death-test.cc b/googletest/src/gtest-death-test.cc index 52af2c7..87d5e9b 100644 --- a/googletest/src/gtest-death-test.cc +++ b/googletest/src/gtest-death-test.cc @@ -799,8 +799,8 @@ DeathTest::TestRole WindowsDeathTest::AssumeRole() { GTEST_DEATH_TEST_CHECK_( ::CreateProcessA( executable_path, const_cast<char*>(command_line.c_str()), - nullptr, // Retuned process handle is not inheritable. - nullptr, // Retuned thread handle is not inheritable. + nullptr, // Returned process handle is not inheritable. + nullptr, // Returned thread handle is not inheritable. TRUE, // Child inherits all inheritable handles (for write_handle_). 0x0, // Default creation flags. nullptr, // Inherit the parent's environment. |