aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorkosak <kosak@google.com>2013-12-04 23:44:22 +0000
committerkosak <kosak@google.com>2013-12-04 23:44:22 +0000
commit4f7018ed61966eafae2095ada227075e1ea6377c (patch)
tree6744c4e9cb780f53204650041fdeecf169df9de2 /README
parent5d83ee08dff5775b3bc59d144bc3ea3d4fe9dfb9 (diff)
downloadgoogletest-4f7018ed61966eafae2095ada227075e1ea6377c.tar.gz
googletest-4f7018ed61966eafae2095ada227075e1ea6377c.tar.bz2
googletest-4f7018ed61966eafae2095ada227075e1ea6377c.zip
Distinguish between C++11 language and library support for <initializer_list>.
Fix spelling: repositary -> repository.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 26f35a84..dbe63f88 100644
--- a/README
+++ b/README
@@ -72,7 +72,7 @@ Getting the Source
There are two primary ways of getting Google Test'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 the latest development and
make patches much more easily, so we highly encourage it.