aboutsummaryrefslogtreecommitdiff
path: root/protoc-artifacts
diff options
context:
space:
mode:
authorKun Zhang <zhangkun@google.com>2015-04-02 10:25:13 -0700
committerKun Zhang <zhangkun@google.com>2015-04-02 10:25:13 -0700
commit0556bf4302fe6d16280b914060b552a30cd8a25a (patch)
tree7d38fb1e1ffb754ac701f2b2cef634a209587222 /protoc-artifacts
parent9a8bae72abe4cdc6dbc6a658845df613d3b0d6e7 (diff)
downloadprotobuf-0556bf4302fe6d16280b914060b552a30cd8a25a.tar.gz
protobuf-0556bf4302fe6d16280b914060b552a30cd8a25a.tar.bz2
protobuf-0556bf4302fe6d16280b914060b552a30cd8a25a.zip
Fix typo in README
Diffstat (limited to 'protoc-artifacts')
-rw-r--r--protoc-artifacts/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/protoc-artifacts/README.md b/protoc-artifacts/README.md
index caabc1cb..c6296462 100644
--- a/protoc-artifacts/README.md
+++ b/protoc-artifacts/README.md
@@ -30,7 +30,7 @@ $ mvn install
## Cross-compilation
The Maven script will try to detect the OS and the architecture from Java
-system properties. It's possible to build a protoc binary for an arhitecture
+system properties. It's possible to build a protoc binary for an architecture
that is different from what Java has detected, as long as you have the proper
compilers installed. For example, MingGW32 only ships with 32-bit compilers,
but you can still build 32-bit protoc under a 64-bit system, with the following
@@ -42,7 +42,7 @@ $ mvn install -Dos.detected.arch=x86_32
## To push artifacts to Maven Central
Before you can upload artifacts to Maven Central repository, make sure you have
read [this page](http://central.sonatype.org/pages/apache-maven.html) on how to
-configure GPG and Sonatype account
+configure GPG and Sonatype account.
Use the following command to upload artifacts:
```