summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorkosak@google.com <kosak@google.com@861a406c-534a-0410-8894-cb66d6ee9925>2014-01-12 23:29:39 +0000
committerkosak@google.com <kosak@google.com@861a406c-534a-0410-8894-cb66d6ee9925>2014-01-12 23:29:39 +0000
commitbfa2638bc2e88091bb6a4a4496ef10d7f8575553 (patch)
treea29cb77050d773ea8ead991c47df9b425880fde8 /README
parentd108654acf6e21d56cfdb250246df967e90526b4 (diff)
downloadgoogletest-bfa2638bc2e88091bb6a4a4496ef10d7f8575553.tar.gz
Fix a couple of typos in Google Test's README.
git-svn-id: http://googletest.googlecode.com/svn/trunk@674 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index dbe63f8..404bf3b 100644
--- a/README
+++ b/README
@@ -157,7 +157,7 @@ it.
### Using CMake ###
Google Test comes with a CMake build script (CMakeLists.txt) that can
-be used on a wide range of platforms ("C" stands for cross-platofrm.).
+be used on a wide range of platforms ("C" stands for cross-platform.).
If you don't have CMake installed already, you can download it for
free from http://www.cmake.org/.
@@ -177,7 +177,7 @@ last command with
If you are on a *nix system, you should now see a Makefile in the
current directory. Just type 'make' to build gtest.
-If you use Windows and have Vistual Studio installed, a gtest.sln file
+If you use Windows and have Visual Studio installed, a gtest.sln file
and several .vcproj files will be created. You can then build them
using Visual Studio.