[hibernate-commits] Hibernate SVN: r19716 - core/trunk/entitymanager/src/main/docbook/en/modules.
hibernate-commits at lists.jboss.org
hibernate-commits at lists.jboss.org
Fri Jun 11 12:41:15 EDT 2010
Author: stliu
Date: 2010-06-11 12:41:14 -0400 (Fri, 11 Jun 2010)
New Revision: 19716
Modified:
core/trunk/entitymanager/src/main/docbook/en/modules/entitymanagerapi.xml
Log:
typo in the entitymanager doc
Modified: core/trunk/entitymanager/src/main/docbook/en/modules/entitymanagerapi.xml
===================================================================
--- core/trunk/entitymanager/src/main/docbook/en/modules/entitymanagerapi.xml 2010-06-11 16:35:32 UTC (rev 19715)
+++ core/trunk/entitymanager/src/main/docbook/en/modules/entitymanagerapi.xml 2010-06-11 16:41:14 UTC (rev 19716)
@@ -488,7 +488,7 @@
and any changes to persistent state will be persisted when the Entity
manager is flushed (discussed later in this chapter). There is no need to
call a particular method to make your modifications persistent. A
- straightforward wayt to update the state of an entity instance is to
+ straightforward way to update the state of an entity instance is to
<methodname>find()</methodname> it, and then manipulate it directly, while
the persistence context is open:</para>
More information about the hibernate-commits
mailing list