Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 23, 2021
1 parent 6f6b0b0 commit b15be66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/core/auto_generated/labeling/qgslabelingresults.sip.in
Expand Up @@ -27,12 +27,12 @@ Class that stores computed placement from labeling engine.

QList<QgsLabelPosition> labelsAtPosition( const QgsPointXY &p ) const;
%Docstring
Returns the details of any labels placed at the specifed point (in map coordinates).
Returns the details of any labels placed at the specified point (in map coordinates).
%End

QList<QgsLabelPosition> labelsWithinRect( const QgsRectangle &r ) const;
%Docstring
Returns the details of any labels placed within the specifed rectangle (in map coordinates).
Returns the details of any labels placed within the specified rectangle (in map coordinates).
%End

QList<QgsCalloutPosition> calloutsWithinRectangle( const QgsRectangle &rectangle ) const;
Expand Down
4 changes: 2 additions & 2 deletions src/core/labeling/qgslabelingresults.h
Expand Up @@ -41,12 +41,12 @@ class CORE_EXPORT QgsLabelingResults
QgsLabelingResults &operator=( const QgsLabelingResults &rh ) = delete;

/**
* Returns the details of any labels placed at the specifed point (in map coordinates).
* Returns the details of any labels placed at the specified point (in map coordinates).
*/
QList<QgsLabelPosition> labelsAtPosition( const QgsPointXY &p ) const;

/**
* Returns the details of any labels placed within the specifed rectangle (in map coordinates).
* Returns the details of any labels placed within the specified rectangle (in map coordinates).
*/
QList<QgsLabelPosition> labelsWithinRect( const QgsRectangle &r ) const;

Expand Down

0 comments on commit b15be66

Please sign in to comment.