[HHH-2713] duplicated phrase in docs "of the of the"

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@12743 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Diego Plentz 2007-07-08 07:53:52 +00:00
parent 1e48334398
commit a1c40a99a3
2 changed files with 2 additions and 2 deletions

View File

@ -1122,7 +1122,7 @@ sess.close();]]></programlisting>
</listitem>
<listitem>
<para>
If the child object's lifespan is bounded by the lifespan of the of the parent
If the child object's lifespan is bounded by the lifespan of the parent
object make it a <emphasis>life cycle object</emphasis> by specifying
<literal>cascade="all,delete-orphan"</literal>.
</para>

View File

@ -1130,7 +1130,7 @@ sess.close();]]></programlisting>
</listitem>
<listitem>
<para>
If the child object's lifespan is bounded by the lifespan of the of the parent
If the child object's lifespan is bounded by the lifespan of the parent
object make it a <emphasis>life cycle object</emphasis> by specifying
<literal>cascade="all,delete-orphan"</literal>.
</para>