fix: typo codespelling comment

This commit is contained in:
slowy07
2021-07-24 17:38:47 +07:00
parent 96f4ce02a3
commit 2f3e2e39cc
6 changed files with 8 additions and 8 deletions

View File

@@ -888,7 +888,7 @@ class GTEST_API_ ExpectationBase {
mutable Mutex mutex_; // Protects action_count_checked_.
}; // class ExpectationBase
// Impements an expectation for the given function type.
// Implements an expectation for the given function type.
template <typename F>
class TypedExpectation : public ExpectationBase {
public: