summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/googletest/googlemock/README.md
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/googletest/googlemock/README.md')
-rw-r--r--3rdparty/googletest/googlemock/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/googletest/googlemock/README.md b/3rdparty/googletest/googlemock/README.md
index 5456df6e165..332beab3881 100644
--- a/3rdparty/googletest/googlemock/README.md
+++ b/3rdparty/googletest/googlemock/README.md
@@ -78,7 +78,7 @@ posting a question on the
Google Mock is not a testing framework itself. Instead, it needs a
testing framework for writing tests. Google Mock works seamlessly
-with [Google Test](http://code.google.com/p/googletest/), butj
+with [Google Test](http://code.google.com/p/googletest/), but
you can also use it with [any C++ testing framework](googlemock/ForDummies.md#Using_Google_Mock_with_Any_Testing_Framework).
### Requirements for End Users ###