Author: blue
Date: Mon Mar 30 23:45:17 2015
New Revision: 1670221
URL: http://svn.apache.org/r1670221
Log:
AVRO-1653. Fix typo in spec (lenghted => length). Contributed by Sehrope
Sarkuni.
Modified:
avro/trunk/CHANGES.txt
avro/trunk/doc/src/content/xdocs/spec.xml
Modified: avro/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1670221&r1=1670220&r2=1670221&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Mon Mar 30 23:45:17 2015
@@ -124,6 +124,8 @@ Trunk (not yet released)
AVRO-1630. Java: Creating Builder from instance loses data. (Niels Basjes
via tomwhite)
+ AVRO-1653. Fix typo in spec (lenghted => length). (Sehrope Sarkuni via
blue)
+
Avro 1.7.7 (23 July 2014)
NEW FEATURES
Modified: avro/trunk/doc/src/content/xdocs/spec.xml
URL:
http://svn.apache.org/viewvc/avro/trunk/doc/src/content/xdocs/spec.xml?rev=1670221&r1=1670220&r2=1670221&view=diff
==============================================================================
--- avro/trunk/doc/src/content/xdocs/spec.xml (original)
+++ avro/trunk/doc/src/content/xdocs/spec.xml Mon Mar 30 23:45:17 2015
@@ -871,7 +871,7 @@
<li>that many bytes of <em>buffer data</em>.</li>
</ul>
</li>
- <li>A message is always terminated by a zero-lenghted buffer.</li>
+ <li>A message is always terminated by a zero-length buffer.</li>
</ul>
<p>Framing is transparent to request and response message