Author: rgrabowski
Date: Tue Oct  4 08:21:24 2005
New Revision: 294801

URL: http://svn.apache.org/viewcvs?rev=294801&view=rev
Log:
Fixed typo in spelling of IBATIS_SECTION_LOGGING

Modified:
    ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/LogManager.cs

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/LogManager.cs
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/LogManager.cs?rev=294801&r1=294800&r2=294801&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/LogManager.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/LogManager.cs Tue Oct  4 
08:21:24 2005
@@ -43,7 +43,7 @@
        {
                private static ILoggerFactoryAdapter _adapter = null;
                private static object _loadLock = new object();
-               private static readonly string IBATIS_SECTION_LOGIING = 
"iBATIS/logging";
+               private static readonly string IBATIS_SECTION_LOGGING = 
"iBATIS/logging";
 
                /// <summary>
                /// Initializes a new instance of the <see cref="LogManager" /> 
class. 
@@ -104,7 +104,7 @@
                        LogSetting setting = null;
                        try
                        {
-                               setting = 
(LogSetting)ConfigurationSettings.GetConfig( IBATIS_SECTION_LOGIING );
+                               setting = 
(LogSetting)ConfigurationSettings.GetConfig( IBATIS_SECTION_LOGGING );
                        }
                        catch ( Exception ex )
                        {


Reply via email to