Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

fixed the typos in the file #189

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/gtest/README
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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/.

Expand All @@ -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.

Expand Down Expand Up @@ -346,7 +346,7 @@ instead of

in order to define a test.

Upgrating from an Earlier Version
Upgrading from an Earlier Version
---------------------------------

We strive to keep Google Test releases backward compatible.
Expand All @@ -363,7 +363,7 @@ Library".
### Upgrading from 1.4.0 or Earlier ###

The Autotools build script (configure + make) is no longer officially
supportted. You are encouraged to migrate to your own build system or
supported. You are encouraged to migrate to your own build system or
use CMake. If you still need to use Autotools, you can find
instructions in the README file from Google Test 1.4.0.

Expand Down