You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by gb...@apache.org on 2005/04/19 19:35:03 UTC

svn commit: r161929 - incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ResultMapping/ResultMap.cs

Author: gbayon
Date: Tue Apr 19 10:35:03 2005
New Revision: 161929

URL: http://svn.apache.org/viewcvs?view=rev&rev=161929
Log:
Fixed JIRA 40

Modified:
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ResultMapping/ResultMap.cs

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ResultMapping/ResultMap.cs
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ResultMapping/ResultMap.cs?view=diff&r1=161928&r2=161929
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ResultMapping/ResultMap.cs (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/Configuration/ResultMapping/ResultMap.cs Tue Apr 19 10:35:03 2005
@@ -195,7 +195,7 @@
 			catch(Exception e)
 			{
 				throw new ConfigurationException(
-					string.Format("Could not configure ResulMap. ResulMap named \"{0}\" not found, failed. \n Cause: {1}", _id, e.Message)
+					string.Format("Could not configure ResultMap. ResulMap named \"{0}\" not found, failed. \n Cause: {1}", _id, e.Message)
 					);
 			}
 		}