Skip to content

Commit

Permalink
Updating QGis to QGIS in vector layer source documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrook committed Apr 23, 2013
1 parent 01e70b8 commit 02388fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgsvectorlayer.h
Expand Up @@ -160,7 +160,7 @@ struct CORE_EXPORT QgsVectorJoinInfo
* QgsVectorLayer *scratchLayer = new QgsVectorLayer(uri, "Scratch point layer", "memory");
* \endcode
*
* The main data providers supported by QGis are listed below.
* The main data providers supported by QGIS are listed below.
*
* \section providers Vector data providers
*
Expand Down Expand Up @@ -358,7 +358,7 @@ struct CORE_EXPORT QgsVectorJoinInfo
*
* - geomType=(point|line|polygon|none)
*
* Defines the geometry type for WKT type geometries. QGis will only display one
* Defines the geometry type for WKT type geometries. QGIS will only display one
* type of geometry for the layer - any others will be ignored when the file is
* loaded. By default the provider uses the type of the first geometry in the file.
* Use geomType to override this type.
Expand Down

0 comments on commit 02388fe

Please sign in to comment.