aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2016-05-11 14:57:06 -0700
committerJisi Liu <jisi.liu@gmail.com>2016-05-11 14:57:06 -0700
commit5668e2e42611717142319e0cc4a22035a8be0364 (patch)
treea9d59bb40cfcfe2a0f52d1c757154b31955b1bd4 /CHANGES.txt
parent0e4d1ea1169cd4f0dd3b2d354be10aba09b6e59b (diff)
downloadprotobuf-5668e2e42611717142319e0cc4a22035a8be0364.tar.gz
protobuf-5668e2e42611717142319e0cc4a22035a8be0364.tar.bz2
protobuf-5668e2e42611717142319e0cc4a22035a8be0364.zip
Fix typo.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9eef08d5..7751c91e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -39,7 +39,7 @@
C++/Java Lite (Alpha)
A new "lite" generator parameter was introduced in the protoc for C++ and
- Java to for Proto3 syntax messages. Example usage:
+ Java for Proto3 syntax messages. Example usage:
./protoc --cpp_out=lite:$OUTPUT_PATH foo.proto