/// @param vars Environment variables for the program to be executed.
/// @param inherit_env whether the spawned process will inherit the
/// environment before adding 'vars' on top.
- /// @param sync enables syncrhonous mode (spawning thread waits on
- /// child to cmplete if true)
+ /// @param sync enables synchronous mode (spawning thread waits on
+ /// child to complete if true)
ProcessSpawnImpl(IOServicePtr io_service,
const std::string& executable,
const ProcessArgs& args,
/// if the given expression is true. This works around the lack of
/// GTEST_SKIP prior to googletest 1.10.
///
-/// @note This macro cannot be used in testing::Test::SetUp()
+/// @note This macro cannot be used in testing::Test::SetUp()
/// to skip tests (unless running with googletest 1.10 or later).
/// It must be used directly within the body of each unit test.
///