aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/README.md
diff options
context:
space:
mode:
authorGravatar Dongjoon Hyun <dongjoon@apache.org>2016-01-11 14:52:01 -0800
committerGravatar Dongjoon Hyun <dongjoon@apache.org>2016-01-11 14:52:01 -0800
commit7b08d49e9d8eea1097ce61b1295a45d4da00a144 (patch)
tree2ac265d921864e3659da5e9f89caa553ec611a95 /cmake/README.md
parentc64146f195881f349bf470948d7b5e1e3704b077 (diff)
Fix typos in README.md/CHANGES.txt
Diffstat (limited to 'cmake/README.md')
-rw-r--r--cmake/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/README.md b/cmake/README.md
index b3042e6c..58aae8e9 100644
--- a/cmake/README.md
+++ b/cmake/README.md
@@ -28,11 +28,11 @@ Create a folder where protobuf headers/libraries/binaries will be installed afte
C:\Path\to>mkdir install
-If *cmake* command is not avaliable from *Command Prompt*, add it to system *PATH* variable:
+If *cmake* command is not available from *Command Prompt*, add it to system *PATH* variable:
C:\Path\to>set PATH=%PATH%;C:\Program Files (x86)\CMake\bin
-If *git* command is not avaliable from *Command Prompt*, add it to system *PATH* variable:
+If *git* command is not available from *Command Prompt*, add it to system *PATH* variable:
C:\Path\to>set PATH=%PATH%;C:\Program Files\Git\cmd
@@ -218,7 +218,7 @@ It sounds not so strange and it works.
This will create the following folders under the *install* location:
* bin - that contains protobuf *protoc.exe* compiler;
- * inclue - that contains C++ headers and protobuf *.proto files;
+ * include - that contains C++ headers and protobuf *.proto files;
* lib - that contains linking libraries and *CMake* configuration files for *protobuf* package.
Now you can if needed: