Author: stliu
Date: 2010-02-14 09:16:50 -0500 (Sun, 14 Feb 2010)
New Revision: 18797
Modified:
core/trunk/entitymanager/src/main/docbook/en/modules/entitymanagerapi.xml
Log:
correct the wrong spell
Modified: core/trunk/entitymanager/src/main/docbook/en/modules/entitymanagerapi.xml
===================================================================
--- core/trunk/entitymanager/src/main/docbook/en/modules/entitymanagerapi.xml 2010-02-14
12:57:30 UTC (rev 18796)
+++ core/trunk/entitymanager/src/main/docbook/en/modules/entitymanagerapi.xml 2010-02-14
14:16:50 UTC (rev 18797)
@@ -102,7 +102,7 @@
<para>In some cases, you don't really want to load the object state, but
just having a reference to it (ie a proxy). You can get this reference
using the <literal>getReference()</literal> method. This is especially
- useful to link a child to its parent wo having to load the parent.</para>
+ useful to link a child to its parent without having to load the parent.</para>
<programlisting>child = new Child();
child.SetName("Henry");
Show replies by date