Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
3nids committed Nov 9, 2021
1 parent 93bb188 commit 0f68ec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/core/providers/qgsabstractdbtablemodel.h
Expand Up @@ -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
Expand Down

0 comments on commit 0f68ec7

Please sign in to comment.