Skip to content

Commit 665f3e4

Browse files
committedMar 22, 2018
Spelling
1 parent 8bc4576 commit 665f3e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/core/metadata/qgsabstractmetadatabase.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ QgsAbstractMetadataBase cannot be instantiated directly, it must be subclassed.
447447
%Docstring
448448
Tests whether the common metadata fields in this object are equal to ``other``.
449449

450-
Subclasses should utilise this method from their equality operators to test
450+
Subclasses should utilize this method from their equality operators to test
451451
equality of base class members.
452452

453453
.. versionadded:: 3.2

‎src/core/metadata/qgsabstractmetadatabase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ class CORE_EXPORT QgsAbstractMetadataBase
569569
/**
570570
* Tests whether the common metadata fields in this object are equal to \a other.
571571
*
572-
* Subclasses should utilise this method from their equality operators to test
572+
* Subclasses should utilize this method from their equality operators to test
573573
* equality of base class members.
574574
*
575575
* \since QGIS 3.2

0 commit comments

Comments
 (0)
Please sign in to comment.