Skip to content

Commit e6f69ee

Browse files
author
timlinux
committed
Fix typo in docs
git-svn-id: http://svn.osgeo.org/qgis/trunk@14374 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5474289 commit e6f69ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsmaplayer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class CORE_EXPORT QgsMapLayer : public QObject
5555
/** Constructor
5656
* @param type Type of layer as defined in QgsMapLayer::LayerType enum
5757
* @param lyrname Display Name of the layer
58-
* @param source datasouce of layer
58+
* @param source datasource of layer
5959
*/
6060
QgsMapLayer( QgsMapLayer::LayerType type = VectorLayer, QString lyrname = QString::null, QString source = QString::null );
6161

0 commit comments

Comments
 (0)