Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14374 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Oct 13, 2010
1 parent 44a5b77 commit 4151e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsmaplayer.h
Expand Up @@ -55,7 +55,7 @@ class CORE_EXPORT QgsMapLayer : public QObject
/** 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 );

Expand Down

0 comments on commit 4151e8a

Please sign in to comment.