From: <aye...@us...> - 2008-10-15 21:43:09
|
Revision: 3861 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=3861&view=rev Author: ayenderahien Date: 2008-10-15 21:43:03 +0000 (Wed, 15 Oct 2008) Log Message: ----------- fixing spelling mistake in a comment Modified Paths: -------------- trunk/nhibernate/src/NHibernate/SqlCommand/Parameter.cs Modified: trunk/nhibernate/src/NHibernate/SqlCommand/Parameter.cs =================================================================== --- trunk/nhibernate/src/NHibernate/SqlCommand/Parameter.cs 2008-10-15 18:32:16 UTC (rev 3860) +++ trunk/nhibernate/src/NHibernate/SqlCommand/Parameter.cs 2008-10-15 21:43:03 UTC (rev 3861) @@ -13,7 +13,7 @@ /// <summary> /// We need to know what the position of the parameter was in a query /// before we rearranged the query. - /// This is used only by dialects that rearrange the query, unforantely, + /// This is used only by dialects that rearrange the query, unfortunately, /// the MS SQL 2005 dialect have to re shuffle the query (and ruin positional parameter /// support) because the SQL 2005 and 2008 SQL dialects have a completely broken /// support for paging, which is just a tad less important than SELECT. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |