We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab74ecc commit 6bc1d1fCopy full SHA for 6bc1d1f
src/providers/ogr/qgsogrdataitems.h
@@ -91,7 +91,7 @@ class QgsOgrDataCollectionItem : public QgsDataCollectionItem
91
*/
92
static bool storeConnection( const QString &path, const QString &ogrDriverName );
93
94
- /** Utility function to create and tore a new DB connection
+ /** Utility function to create and store a new DB connection
95
* \param name is the translatable name of the managed layers (e.g. "GeoPackage")
96
* \param extensions is a string with file extensions (e.g. "GeoPackage Database (*.gpkg *.GPKG)")
97
* \param ogrDriverName the OGR/GDAL driver name (e.g. "GPKG")
0 commit comments