This commit is contained in:
Matthias Kuhn 2018-05-17 17:59:08 +02:00
parent 94f3e13908
commit 91b0fbaa50
No known key found for this signature in database
GPG Key ID: A0E766808764D73F

View File

@ -110,7 +110,7 @@ class QgsPostgresProvider : public QgsVectorDataProvider
long featureCount() const override; long featureCount() const override;
/** /**
* Determines if there is at least one feature avaiable on this table. * Determines if there is at least one feature available on this table.
* *
* \note In contrast to the featureCount() method, this method is not * \note In contrast to the featureCount() method, this method is not
* affected by estimated metadata. * affected by estimated metadata.