diff --git a/python/core/auto_generated/providers/qgsabstractdbtablemodel.sip.in b/python/core/auto_generated/providers/qgsabstractdbtablemodel.sip.in index dbbaad28352..abcada4f50a 100644 --- a/python/core/auto_generated/providers/qgsabstractdbtablemodel.sip.in +++ b/python/core/auto_generated/providers/qgsabstractdbtablemodel.sip.in @@ -33,7 +33,7 @@ Returns the list of columns in the table virtual int defaultSearchColumn() const = 0; %Docstring -Returns the index of the column used by default to filter the results (probaly the table name column if it exists) +Returns the index of the column used by default to filter the results (probably the table name column if it exists) %End virtual bool searchableColumn( int column ) const; diff --git a/src/core/providers/qgsabstractdbtablemodel.h b/src/core/providers/qgsabstractdbtablemodel.h index 7176d844e90..17bacd4aca9 100644 --- a/src/core/providers/qgsabstractdbtablemodel.h +++ b/src/core/providers/qgsabstractdbtablemodel.h @@ -37,7 +37,7 @@ class CORE_EXPORT QgsAbstractDbTableModel : public QStandardItemModel //! Returns the list of columns in the table virtual QStringList columns() const = 0; - //! Returns the index of the column used by default to filter the results (probaly the table name column if it exists) + //! Returns the index of the column used by default to filter the results (probably the table name column if it exists) virtual int defaultSearchColumn() const = 0; //! Returns if the column should be searchable at the given index