From 6bc1d1f7d6f626ff22a9ee131d0caec62202afc7 Mon Sep 17 00:00:00 2001 From: Alessandro Pasotti Date: Mon, 18 Sep 2017 09:09:10 +0200 Subject: [PATCH] Typo in docstring --- src/providers/ogr/qgsogrdataitems.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/ogr/qgsogrdataitems.h b/src/providers/ogr/qgsogrdataitems.h index 2e53d069909..6ef51262ec7 100644 --- a/src/providers/ogr/qgsogrdataitems.h +++ b/src/providers/ogr/qgsogrdataitems.h @@ -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")