From 8e2797d7c6c29e45963bd2e40e4124cd17e3c30d Mon Sep 17 00:00:00 2001 From: Strong Liu Date: Sun, 14 Feb 2010 12:57:30 +0000 Subject: [PATCH] correct spell git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18796 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- entitymanager/src/main/docbook/en/modules/architecture.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entitymanager/src/main/docbook/en/modules/architecture.xml b/entitymanager/src/main/docbook/en/modules/architecture.xml index f3b414d31a..86452e3a58 100644 --- a/entitymanager/src/main/docbook/en/modules/architecture.xml +++ b/entitymanager/src/main/docbook/en/modules/architecture.xml @@ -194,7 +194,7 @@ view of the application user, and implement it using an extended persistence context. Please refer to the Hibernate reference manual or the book Hibernate In Action for more information about this pattern. - JBoss Seam is a framework tht link together JSF and EJB3 around the + JBoss Seam is a framework that link together JSF and EJB3 around the notion of conversation and unit of work. For an application-managed entity manager the persistence context is created when the entity manager is created and kept until the entity manager is closed. In an