Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 5, 2020
1 parent caed02a commit 787230e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsprovidermetadata.sip.in
Expand Up @@ -202,7 +202,7 @@ The default implementation returns 0 for all URIs.
Returns ``True`` if the specified ``uri`` is known by this provider to be something which should
be blocklisted from the QGIS interface, e.g. an internal detail only.

Specifically, this method can be utilised by the browser panel to hide noisy internal details
Specifically, this method can be utilized by the browser panel to hide noisy internal details
by returning ``True`` for URIs which are known to be sidecar files only, such as ".aux.xml" files
or ".shp.xml" files, or the "ept-build.json" files which sit alongside Entwine "ept.json" point
cloud sources.
Expand Down
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsproviderregistry.sip.in
Expand Up @@ -324,7 +324,7 @@ handle the URI.
Returns ``True`` if the specified ``uri`` is known by any registered provider to be something which should
be blocklisted from the QGIS interface, e.g. an internal detail only.

Specifically, this method can be utilised by the browser panel to hide noisy internal details
Specifically, this method can be utilized by the browser panel to hide noisy internal details
for URIs which are known to be sidecar files only, such as ".aux.xml" files or ".shp.xml" files,
or the "ept-build.json" files which sit alongside Entwine "ept.json" point cloud sources.

Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsprovidermetadata.h
Expand Up @@ -256,7 +256,7 @@ class CORE_EXPORT QgsProviderMetadata : public QObject
* Returns TRUE if the specified \a uri is known by this provider to be something which should
* be blocklisted from the QGIS interface, e.g. an internal detail only.
*
* Specifically, this method can be utilised by the browser panel to hide noisy internal details
* Specifically, this method can be utilized by the browser panel to hide noisy internal details
* by returning TRUE for URIs which are known to be sidecar files only, such as ".aux.xml" files
* or ".shp.xml" files, or the "ept-build.json" files which sit alongside Entwine "ept.json" point
* cloud sources.
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsproviderregistry.h
Expand Up @@ -322,7 +322,7 @@ class CORE_EXPORT QgsProviderRegistry
* Returns TRUE if the specified \a uri is known by any registered provider to be something which should
* be blocklisted from the QGIS interface, e.g. an internal detail only.
*
* Specifically, this method can be utilised by the browser panel to hide noisy internal details
* Specifically, this method can be utilized by the browser panel to hide noisy internal details
* for URIs which are known to be sidecar files only, such as ".aux.xml" files or ".shp.xml" files,
* or the "ept-build.json" files which sit alongside Entwine "ept.json" point cloud sources.
*
Expand Down

0 comments on commit 787230e

Please sign in to comment.