aboutsummaryrefslogtreecommitdiffhomepage
path: root/java/README.md
diff options
context:
space:
mode:
authorGravatar Otto Kekäläinen <otto@seravo.fi>2016-07-03 15:26:04 +0300
committerGravatar Otto Kekäläinen <otto@seravo.fi>2016-07-03 15:26:04 +0300
commit3808d091f86e079c8f3437f5cd66bd2c507cef8a (patch)
tree83e72f0b4fb9548251fdb0af74003e1523251226 /java/README.md
parentcae3b0cbb689d0ed1e5da73942a5a9705f3411b0 (diff)
Fix spelling in strings and comments
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).