From: <us...@us...> - 2009-01-15 16:02:44
|
Revision: 223 http://structuremap.svn.sourceforge.net/structuremap/?rev=223&view=rev Author: ussherm Date: 2009-01-15 16:02:34 +0000 (Thu, 15 Jan 2009) Log Message: ----------- fixing a few typos Modified Paths: -------------- trunk/Source/HTML/UsingSessionContext.htm Modified: trunk/Source/HTML/UsingSessionContext.htm =================================================================== --- trunk/Source/HTML/UsingSessionContext.htm 2009-01-14 16:48:11 UTC (rev 222) +++ trunk/Source/HTML/UsingSessionContext.htm 2009-01-15 16:02:34 UTC (rev 223) @@ -382,8 +382,8 @@ View's within any type of desktop application or any kind of NHibernate object where the state or identity of the object requested is important.</p> <p>My team uses this functionality in our NHibernate bootstrapping. We have an - interface named ISessionSource tht is responsible for creating the NHibernate - ISession objects (it wraps a Sessio).</p> + interface named ISessionSource that is responsible for creating the NHibernate + ISession objects (it wraps a Session).</p> <!-- {\rtf1\ansi\ansicpg\lang1024\noproof65001\uc1 \deff0{\fonttbl{\f0\fnil\fcharset0\fprq1 Courier New;}}{\colortbl;??\red0\green0\blue0;\red255\green255\blue255;\red0\green0\blue255;\red43\green145\blue175;}??\fs20 \cf3 public\cf0 \cf3 interface\cf0 \cf4 ISessionSource\par ??\cf0 \{\par ?? \cf4 PersistenceModel\cf0 Model \{ \cf3 get\cf0 ; \}\par ?? \cf4 ISession\cf0 CreateSession();\par ?? \cf3 void\cf0 BuildSchema();\par ?? \}} --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |