[mapguide-commits] r1251 - trunk/MgDev/Common/PlatformBase/Services

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Mar 16 09:31:29 EDT 2007


Author: waltweltonlair
Date: 2007-03-16 09:31:29 -0400 (Fri, 16 Mar 2007)
New Revision: 1251

Modified:
   trunk/MgDev/Common/PlatformBase/Services/FeatureReader.h
Log:
Fix typo.

Modified: trunk/MgDev/Common/PlatformBase/Services/FeatureReader.h
===================================================================
--- trunk/MgDev/Common/PlatformBase/Services/FeatureReader.h	2007-03-16 12:54:51 UTC (rev 1250)
+++ trunk/MgDev/Common/PlatformBase/Services/FeatureReader.h	2007-03-16 13:31:29 UTC (rev 1251)
@@ -37,7 +37,7 @@
 /// \brief
 /// Provides a forward-only, read-only iterator for reading
 /// features selected from the FDO Provider by the
-/// MgFeatureService::SelecteFeatures() method call.
+/// MgFeatureService::SelectFeatures() method call.
 ///
 /// \remarks
 /// You must call ReadNext() before you can access the data. Call



More information about the mapguide-commits mailing list