From hibernate-commits at lists.jboss.org Thu Jun 24 02:29:01 2010 Content-Type: multipart/mixed; boundary="===============1192000869666401315==" MIME-Version: 1.0 From: hibernate-commits at lists.jboss.org To: hibernate-commits at lists.jboss.org Subject: [hibernate-commits] Hibernate SVN: r19816 - core/branches/Branch_3_5/documentation/manual/src/main/docbook/en-US/content. Date: Thu, 24 Jun 2010 02:29:01 -0400 Message-ID: <201006240629.o5O6T1jW016930@svn01.web.mwc.hst.phx2.redhat.com> --===============1192000869666401315== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: stliu Date: 2010-06-24 02:29:01 -0400 (Thu, 24 Jun 2010) New Revision: 19816 Modified: core/branches/Branch_3_5/documentation/manual/src/main/docbook/en-US/con= tent/tutorial.xml Log: HHH-5272 Typo in tutorial at web site Modified: core/branches/Branch_3_5/documentation/manual/src/main/docbook/en= -US/content/tutorial.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- core/branches/Branch_3_5/documentation/manual/src/main/docbook/en-US/co= ntent/tutorial.xml 2010-06-24 06:10:03 UTC (rev 19815) +++ core/branches/Branch_3_5/documentation/manual/src/main/docbook/en-US/co= ntent/tutorial.xml 2010-06-24 06:29:01 UTC (rev 19816) @@ -140,7 +140,7 @@ It is not a requirement to use Maven. If you wish to = use something else to - build this tutoial (such as Ant), the layout will rema= in the same. The only + build this tutorial (such as Ant), the layout will rem= ain the same. The only change is that you will need to manually account for a= ll the needed dependencies. If you use something like Ivy providing transitive dependency management you would s= till use the dependencies @@ -674,7 +674,7 @@ Loading and storing objects = - We are now ready to start doing some real worjk with Hiber= nate. + We are now ready to start doing some real work with Hibern= ate. Let's start by writing an EventManager = class with a main() method: @@ -723,7 +723,7 @@ = A org.hibernate.Session is designed= to - represent a single unit of work (a single atmoic piece of = work + represent a single unit of work (a single atomic piece of = work to be performed). For now we will keep things simple and = assume a one-to-one granularity between a Hibernate org.hibernate.Session and a database --===============1192000869666401315==--