Skip to content

Commit

Permalink
Typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Sep 18, 2017
1 parent ab74ecc commit 6bc1d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/ogr/qgsogrdataitems.h
Expand Up @@ -91,7 +91,7 @@ class QgsOgrDataCollectionItem : public QgsDataCollectionItem
*/
static bool storeConnection( const QString &path, const QString &ogrDriverName );

/** Utility function to create and tore a new DB connection
/** Utility function to create and store a new DB connection
* \param name is the translatable name of the managed layers (e.g. "GeoPackage")
* \param extensions is a string with file extensions (e.g. "GeoPackage Database (*.gpkg *.GPKG)")
* \param ogrDriverName the OGR/GDAL driver name (e.g. "GPKG")
Expand Down

0 comments on commit 6bc1d1f

Please sign in to comment.