From hibernate-commits at lists.jboss.org Thu Jun 24 02:31:48 2010 Content-Type: multipart/mixed; boundary="===============8180075103167257711==" MIME-Version: 1.0 From: hibernate-commits at lists.jboss.org To: hibernate-commits at lists.jboss.org Subject: [hibernate-commits] Hibernate SVN: r19817 - core/trunk/documentation/manual/src/main/docbook/en-US/content. Date: Thu, 24 Jun 2010 02:31:48 -0400 Message-ID: <201006240631.o5O6VmYI017438@svn01.web.mwc.hst.phx2.redhat.com> --===============8180075103167257711== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: stliu Date: 2010-06-24 02:31:48 -0400 (Thu, 24 Jun 2010) New Revision: 19817 Modified: core/trunk/documentation/manual/src/main/docbook/en-US/content/tutorial.= xml Log: HHH-5272 Typo in tutorial at web site Modified: core/trunk/documentation/manual/src/main/docbook/en-US/content/tu= torial.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/trunk/documentation/manual/src/main/docbook/en-US/content/tutorial= .xml 2010-06-24 06:29:01 UTC (rev 19816) +++ core/trunk/documentation/manual/src/main/docbook/en-US/content/tutorial= .xml 2010-06-24 06:31:48 UTC (rev 19817) @@ -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 --===============8180075103167257711==--