You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by sk...@apache.org on 2016/03/28 10:32:37 UTC

cayenne git commit: fix typo in orderings.xml

Repository: cayenne
Updated Branches:
  refs/heads/master 5c5aa6a40 -> 8e8576497


fix typo in orderings.xml


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/8e857649
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/8e857649
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/8e857649

Branch: refs/heads/master
Commit: 8e8576497558ae8c680e892b3383bcfd1a2ccff2
Parents: 5c5aa6a
Author: Savva Kolbachev <s....@gmail.com>
Authored: Mon Mar 28 11:30:56 2016 +0300
Committer: Savva Kolbachev <s....@gmail.com>
Committed: Mon Mar 28 11:31:12 2016 +0300

----------------------------------------------------------------------
 docs/docbook/cayenne-guide/src/docbkx/orderings.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/8e857649/docs/docbook/cayenne-guide/src/docbkx/orderings.xml
----------------------------------------------------------------------
diff --git a/docs/docbook/cayenne-guide/src/docbkx/orderings.xml b/docs/docbook/cayenne-guide/src/docbkx/orderings.xml
index f1b9c0e..a3a6bde 100644
--- a/docs/docbook/cayenne-guide/src/docbkx/orderings.xml
+++ b/docs/docbook/cayenne-guide/src/docbkx/orderings.xml
@@ -19,7 +19,7 @@
     <title>Orderings</title>
         <para>An Ordering object defines how a list of objects should be ordered. Orderings are
             essentially path expressions combined with a sorting strategy. Creating an Ordering:
-            <programlisting language="java">Ordering o = new Ordering(Painting.NAME_PROPERTY, SortOrder.ASENDING);</programlisting></para>
+            <programlisting language="java">Ordering o = new Ordering(Painting.NAME_PROPERTY, SortOrder.ASCENDING);</programlisting></para>
         <para>Like expressions, orderings are translated into SQL as parts of queries (and the sorting
         occurs in the database). Also like expressions, orderings can be used in memory, naturally -
         to sort