[mapguide-commits] r4383 - in trunk/MgDev: Common/CoordinateSystem Server/src/UnitTesting

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Dec 7 18:55:59 EST 2009


Author: waltweltonlair
Date: 2009-12-07 18:55:59 -0500 (Mon, 07 Dec 2009)
New Revision: 4383

Modified:
   trunk/MgDev/Common/CoordinateSystem/CoordSysMgrs.cpp
   trunk/MgDev/Server/src/UnitTesting/TestPerformance.cpp
Log:
Fix spelling...

Modified: trunk/MgDev/Common/CoordinateSystem/CoordSysMgrs.cpp
===================================================================
--- trunk/MgDev/Common/CoordinateSystem/CoordSysMgrs.cpp	2009-12-07 23:50:00 UTC (rev 4382)
+++ trunk/MgDev/Common/CoordinateSystem/CoordSysMgrs.cpp	2009-12-07 23:55:59 UTC (rev 4383)
@@ -235,7 +235,7 @@
 
     //if exception mode is on and excetion is thrown internally we exit anyway
     //so safe to return sMgrs here and not test the m_bExceptionsOn value
-    //m_nLastError is already set if a failure occured and m_bExceptionsOn=false
+    //m_nLastError is already set if a failure occurred and m_bExceptionsOn=false
     return sMgrs;
 }
 
@@ -247,7 +247,7 @@
 
     //if exception mode is on and excetion is thrown internally we exit anyway
     //so safe to return sMgrs here and not test the m_bExceptionsOn value
-    //m_nLastError is already set if a failure occured and m_bExceptionsOn=false
+    //m_nLastError is already set if a failure occurred and m_bExceptionsOn=false
     return sMgrs;
 }
 
@@ -286,7 +286,7 @@
 
     //if exception mode is on and excetion is thrown internally we exit anyway
     //so safe to return NULL here and not test the m_bExceptionsOn value
-    //m_nLastError is already set if a failure occured and m_bExceptionsOn=false
+    //m_nLastError is already set if a failure occurred and m_bExceptionsOn=false
     return NULL;
 }
 

Modified: trunk/MgDev/Server/src/UnitTesting/TestPerformance.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestPerformance.cpp	2009-12-07 23:50:00 UTC (rev 4382)
+++ trunk/MgDev/Server/src/UnitTesting/TestPerformance.cpp	2009-12-07 23:55:59 UTC (rev 4383)
@@ -219,7 +219,7 @@
     catch(FdoException* e)
     {
         FDO_SAFE_RELEASE(e);
-        CPPUNIT_FAIL("FdoException occured");
+        CPPUNIT_FAIL("FdoException occurred");
     }
     catch(...)
     {
@@ -569,7 +569,7 @@
     catch(FdoException* e)
     {
         FDO_SAFE_RELEASE(e);
-        CPPUNIT_FAIL("FdoException occured");
+        CPPUNIT_FAIL("FdoException occurred");
     }
     catch(...)
     {



More information about the mapguide-commits mailing list