Skip to content

Commit

Permalink
Reluctantly participate in the Americanization of the world
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 23, 2017
1 parent c7e37e8 commit 2872f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/qgscoordinatetransform.sip
Expand Up @@ -88,7 +88,7 @@ given ``project``.
No reference to ``project`` is stored or utilized outside of the constructor,
and it is used to retrieve the project's transform context only.

Python scripts should utilise the QgsProject.instance() project
Python scripts should utilize the QgsProject.instance() project
instance when creating QgsCoordinateTransform. This will ensure
that any datum transforms defined in the project will be
correctly respected during coordinate transforms. E.g.
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgscoordinatetransform.h
Expand Up @@ -108,7 +108,7 @@ class CORE_EXPORT QgsCoordinateTransform
* No reference to \a project is stored or utilized outside of the constructor,
* and it is used to retrieve the project's transform context only.
*
* Python scripts should utilise the QgsProject.instance() project
* Python scripts should utilize the QgsProject.instance() project
* instance when creating QgsCoordinateTransform. This will ensure
* that any datum transforms defined in the project will be
* correctly respected during coordinate transforms. E.g.
Expand Down

0 comments on commit 2872f69

Please sign in to comment.