summaryrefslogtreecommitdiff
path: root/include/internal/catch_matchers_generic.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/catch_matchers_generic.hpp')
-rw-r--r--include/internal/catch_matchers_generic.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/catch_matchers_generic.hpp b/include/internal/catch_matchers_generic.hpp
index 7c4f9f1d..7d57c9d4 100644
--- a/include/internal/catch_matchers_generic.hpp
+++ b/include/internal/catch_matchers_generic.hpp
@@ -45,7 +45,7 @@ public:
// The following functions create the actual matcher objects.
// The user has to explicitly specify type to the function, because
- // infering std::function<bool(T const&)> is hard (but possible) and
+ // inferring std::function<bool(T const&)> is hard (but possible) and
// requires a lot of TMP.
template<typename T>
Generic::PredicateMatcher<T> Predicate(std::function<bool(T const&)> const& predicate, std::string const& description = "") {