Author: cutting
Date: Tue Dec 29 23:10:37 2009
New Revision: 894506

URL: http://svn.apache.org/viewvc?rev=894506&view=rev
Log:
Fix two typos in the spec.  Contributed by Jeff Hammerbacher.

Modified:
    hadoop/avro/trunk/CHANGES.txt
    hadoop/avro/trunk/src/doc/content/xdocs/spec.xml

Modified: hadoop/avro/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/avro/trunk/CHANGES.txt?rev=894506&r1=894505&r2=894506&view=diff
==============================================================================
--- hadoop/avro/trunk/CHANGES.txt (original)
+++ hadoop/avro/trunk/CHANGES.txt Tue Dec 29 23:10:37 2009
@@ -209,6 +209,8 @@
     AVRO-255. Fix Java so that, when parsing schemas, unspecified
     namespaces are defaulted to nearest enclosing namespace. (cutting)
 
+    AVRO-262. Fix two typos in the spec.  (Jeff Hammerbacher via cutting)
+
 Avro 1.2.0 (14 October 2009)
 
   INCOMPATIBLE CHANGES

Modified: hadoop/avro/trunk/src/doc/content/xdocs/spec.xml
URL: 
http://svn.apache.org/viewvc/hadoop/avro/trunk/src/doc/content/xdocs/spec.xml?rev=894506&r1=894505&r2=894506&view=diff
==============================================================================
--- hadoop/avro/trunk/src/doc/content/xdocs/spec.xml (original)
+++ hadoop/avro/trunk/src/doc/content/xdocs/spec.xml Tue Dec 29 23:10:37 2009
@@ -354,8 +354,8 @@
             <title>Records</title>
            <p>A record is encoded by encoding the values of its
              fields in the order that they are declared.  In other
-             words, a record is encode as just the concatenation of
-             its field's encodings.  Field values are encoded per
+             words, a record is encoded as just the concatenation of
+             the encodings of its fields.  Field values are encoded per
              their schema.</p>
            <p>For example, the record schema</p>
            <source>


Reply via email to