[hibernate-commits] Hibernate SVN: r15045 - annotations/trunk/doc/reference/en/modules.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Aug 12 16:40:14 EDT 2008


Author: d.plentz
Date: 2008-08-12 16:40:14 -0400 (Tue, 12 Aug 2008)
New Revision: 15045

Modified:
   annotations/trunk/doc/reference/en/modules/entity.xml
Log:
[ANN-761] Typo in documentation

Modified: annotations/trunk/doc/reference/en/modules/entity.xml
===================================================================
--- annotations/trunk/doc/reference/en/modules/entity.xml	2008-08-12 20:39:15 UTC (rev 15044)
+++ annotations/trunk/doc/reference/en/modules/entity.xml	2008-08-12 20:40:14 UTC (rev 15045)
@@ -3672,7 +3672,7 @@
     <sect2 id="entity-hibspec-customsql" revision="1">
       <title>Custom SQL for CRUD operations</title>
 
-      <para>Hibernate gives you the avility to override every single SQL
+      <para>Hibernate gives you the ability to override every single SQL
       statement generated. We have seen native SQL query usage already, but
       you can also override the SQL statement used to load or change the state
       of entities.</para>




More information about the hibernate-commits mailing list