aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorkosak <kosak@google.com>2013-12-04 23:49:07 +0000
committerkosak <kosak@google.com>2013-12-04 23:49:07 +0000
commit18489fa4f81a65ab5f42a6705c28ca2f80eab3bd (patch)
tree83ff20f48fbb9a198f4b23e669a41935bcc2e969 /README
parent6414d806cd7d0954cce81348552fdd1e5bd31515 (diff)
downloadgoogletest-18489fa4f81a65ab5f42a6705c28ca2f80eab3bd.tar.gz
googletest-18489fa4f81a65ab5f42a6705c28ca2f80eab3bd.tar.bz2
googletest-18489fa4f81a65ab5f42a6705c28ca2f80eab3bd.zip
Distinguish between C++11 language and library support for <initializer_list>.
Fix spelling: repositary -> repository. Pull in gtest 671.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index ed2e69ba..0cb9123b 100644
--- a/README
+++ b/README
@@ -42,7 +42,7 @@ Requirements for End Users
Google Mock is implemented on top of the Google Test C++ testing
framework (http://code.google.com/p/googletest/), and includes the
-latter as part of the SVN repositary and distribution package. You
+latter as part of the SVN repository and distribution package. You
must use the bundled version of Google Test when using Google Mock, or
you may get compiler/linker errors.
@@ -92,7 +92,7 @@ Getting the Source
There are two primary ways of getting Google Mock's source code: you
can download a stable source release in your preferred archive format,
-or directly check out the source from our Subversion (SVN) repositary.
+or directly check out the source from our Subversion (SVN) repository.
The SVN checkout requires a few extra steps and some extra software
packages on your system, but lets you track development and make
patches much more easily, so we highly encourage it.