aboutsummaryrefslogtreecommitdiff
path: root/java/compatibility_tests/README.md
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@seravo.fi>2016-07-03 15:26:04 +0300
committerOtto Kekäläinen <otto@seravo.fi>2016-07-03 15:26:04 +0300
commit3808d091f86e079c8f3437f5cd66bd2c507cef8a (patch)
tree83e72f0b4fb9548251fdb0af74003e1523251226 /java/compatibility_tests/README.md
parentcae3b0cbb689d0ed1e5da73942a5a9705f3411b0 (diff)
downloadprotobuf-3808d091f86e079c8f3437f5cd66bd2c507cef8a.tar.gz
protobuf-3808d091f86e079c8f3437f5cd66bd2c507cef8a.tar.bz2
protobuf-3808d091f86e079c8f3437f5cd66bd2c507cef8a.zip
Fix spelling in strings and comments
Diffstat (limited to 'java/compatibility_tests/README.md')
-rw-r--r--java/compatibility_tests/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/compatibility_tests/README.md b/java/compatibility_tests/README.md
index 2465941e..72c6034c 100644
--- a/java/compatibility_tests/README.md
+++ b/java/compatibility_tests/README.md
@@ -5,7 +5,7 @@ previously released versions.
## Directory Layout
-For each released protobuf version we are testing compatiblity with, there
+For each released protobuf version we are testing compatibility with, there
is a sub-directory with the following layout (take v2.5.0 as an example):
* v2.5.0
@@ -47,4 +47,4 @@ For each version, the test script will test:
* only upgrading more_protos to the new version
and see whether everything builds/runs fine. Both source compatibility and
-binary compatiblity will be tested.
+binary compatibility will be tested.