From 91b0fbaa5035e91ec6067b33f6d5b55c17ce3781 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Thu, 17 May 2018 17:59:08 +0200 Subject: [PATCH] Fix typo --- src/providers/postgres/qgspostgresprovider.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/postgres/qgspostgresprovider.h b/src/providers/postgres/qgspostgresprovider.h index 06fe232905b..2c554283d6e 100644 --- a/src/providers/postgres/qgspostgresprovider.h +++ b/src/providers/postgres/qgspostgresprovider.h @@ -110,7 +110,7 @@ class QgsPostgresProvider : public QgsVectorDataProvider 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 * affected by estimated metadata.