[QGIS Commit] r14374 - trunk/qgis/src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Oct 13 15:40:16 EDT 2010


Author: timlinux
Date: 2010-10-13 12:40:16 -0700 (Wed, 13 Oct 2010)
New Revision: 14374

Modified:
   trunk/qgis/src/core/qgsmaplayer.h
Log:
Fix typo in docs

Modified: trunk/qgis/src/core/qgsmaplayer.h
===================================================================
--- trunk/qgis/src/core/qgsmaplayer.h	2010-10-13 19:39:44 UTC (rev 14373)
+++ trunk/qgis/src/core/qgsmaplayer.h	2010-10-13 19:40:16 UTC (rev 14374)
@@ -55,7 +55,7 @@
     /** Constructor
      * @param type Type of layer as defined in QgsMapLayer::LayerType enum
      * @param lyrname Display Name of the layer
-     * @param source datasouce of layer
+     * @param source datasource of layer
      */
     QgsMapLayer( QgsMapLayer::LayerType type = VectorLayer, QString lyrname = QString::null, QString source = QString::null );
 



More information about the QGIS-commit mailing list