[mapguide-commits] r4216 - trunk/MgDev/Common/Renderers

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Sep 10 14:58:20 EDT 2009


Author: waltweltonlair
Date: 2009-09-10 14:58:19 -0400 (Thu, 10 Sep 2009)
New Revision: 4216

Modified:
   trunk/MgDev/Common/Renderers/DWFRenderer.cpp
Log:
Fix comment typo


Modified: trunk/MgDev/Common/Renderers/DWFRenderer.cpp
===================================================================
--- trunk/MgDev/Common/Renderers/DWFRenderer.cpp	2009-09-10 18:55:22 UTC (rev 4215)
+++ trunk/MgDev/Common/Renderers/DWFRenderer.cpp	2009-09-10 18:58:19 UTC (rev 4216)
@@ -481,8 +481,8 @@
     m_linePatternActive = true;
 
     // we must reset the cached symbol information each time we begin
-    // a to ensure that the necessary initial opcodes are added to the
-    // W2D for the layer
+    // a layer to ensure that the necessary initial opcodes are added
+    // to the W2D for the layer
     m_lastSymbol = RS_MarkerDef();
 }
 



More information about the mapguide-commits mailing list