Fix typo in docs

git-svn-id: http://svn.osgeo.org/qgis/trunk@14374 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2010-10-13 19:40:16 +00:00
parent 54742894f0
commit e6f69ee4e1

View File

@ -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 );