Author: cutting
Date: Thu Feb  4 20:47:25 2010
New Revision: 906644

URL: http://svn.apache.org/viewvc?rev=906644&view=rev
Log:
AVRO-410.  Fix a typo in the specification.  Contributed by Tom White.

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

Modified: hadoop/avro/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/avro/trunk/CHANGES.txt?rev=906644&r1=906643&r2=906644&view=diff
==============================================================================
--- hadoop/avro/trunk/CHANGES.txt (original)
+++ hadoop/avro/trunk/CHANGES.txt Thu Feb  4 20:47:25 2010
@@ -445,6 +445,8 @@
     throw NPE when passed a field name that's not in the record.
     (Kevin Oliver via cutting)
 
+    AVRO-401. Fix a typo in the specification.  (Tom White via cutting)
+
 Avro 1.2.0 (14 October 2009)
 
   INCOMPATIBLE CHANGES

Modified: hadoop/avro/trunk/doc/src/content/xdocs/spec.xml
URL: 
http://svn.apache.org/viewvc/hadoop/avro/trunk/doc/src/content/xdocs/spec.xml?rev=906644&r1=906643&r2=906644&view=diff
==============================================================================
--- hadoop/avro/trunk/doc/src/content/xdocs/spec.xml (original)
+++ hadoop/avro/trunk/doc/src/content/xdocs/spec.xml Thu Feb  4 20:47:25 2010
@@ -577,7 +577,7 @@
          <ul>
            <li><code>"ascending"</code>, then the order of its values
              is unaltered.</li>
-           <li><code>"ascending"</code>, then the order of its values
+           <li><code>"descending"</code>, then the order of its values
              is reversed.</li>
            <li><code>"ignore"</code>, then its values are ignored
              when sorting.</li>


Reply via email to