summaryrefslogtreecommitdiff
path: root/java/README.md
diff options
context:
space:
mode:
authorFeng Xiao <xiaofeng@google.com>2016-07-06 15:44:34 -0700
committerGitHub <noreply@github.com>2016-07-06 15:44:34 -0700
commit0d5091ee8878484ccd407aa58cb80c9cac7e2d61 (patch)
tree08e996dc8eed8dc34910fff9bc2af12c1d867157 /java/README.md
parentc10938a1d9c4002370f750662520869f35838921 (diff)
parentd2ae4966238564b51f6b962d870b121131767f64 (diff)
downloadprotobuf-javalite-0d5091ee8878484ccd407aa58cb80c9cac7e2d61.tar.gz
Merge pull request #1742 from ottok/fix-spelling
Fix spelling
Diffstat (limited to 'java/README.md')
-rw-r--r--java/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/README.md b/java/README.md
index 83f91e18..0e0fba64 100644
--- a/java/README.md
+++ b/java/README.md
@@ -88,7 +88,7 @@ Compatibility Notice
* Protobuf minor version releases are backwards-compatible. If your code
can build/run against the old version, it's expected to build/run against
- the new version as well. Both binary compatibility and source compatbility
+ the new version as well. Both binary compatibility and source compatibility
are guaranteed for minor version releases if the user follows the guideline
described in this section.
@@ -98,7 +98,7 @@ Compatibility Notice
* APIs marked with the @ExperimentalApi annotation are subject to change. They
can be modified in any way, or even removed, at any time. Don't use them if
- compatiblity is needed. If your code is a library itself (i.e. it is used on
+ compatibility is needed. If your code is a library itself (i.e. it is used on
the CLASSPATH of users outside your own control), you should not use
experimental APIs, unless you repackage them (e.g. using ProGuard).