From: <jul...@us...> - 2010-07-15 15:16:37
|
Revision: 5006 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5006&view=rev Author: julian-maughan Date: 2010-07-15 15:16:31 +0000 (Thu, 15 Jul 2010) Log Message: ----------- Corrected spelling error in comment on public AddResources method Modified Paths: -------------- trunk/nhibernate/src/NHibernate/Cfg/Configuration.cs Modified: trunk/nhibernate/src/NHibernate/Cfg/Configuration.cs =================================================================== --- trunk/nhibernate/src/NHibernate/Cfg/Configuration.cs 2010-07-15 10:01:40 UTC (rev 5005) +++ trunk/nhibernate/src/NHibernate/Cfg/Configuration.cs 2010-07-15 15:16:31 UTC (rev 5006) @@ -655,7 +655,7 @@ } /// <summary> - /// Adds the mappings from ebedded resources of the assembly. + /// Adds the mappings from embedded resources of the assembly. /// </summary> /// <param name="paths">Paths to the resource files in the assembly.</param> /// <param name="assembly">The assembly that contains the resource files.</param> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |