Skip to content

Commit 62f1bb7

Browse files
committed
Spelling
1 parent d14a5bd commit 62f1bb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/core/auto_generated/validity/qgsabstractvaliditycheck.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Runs the check and returns a list of results. If the check is "passed" and no wa
116116
then an empty list should be returned.
117117

118118
This method may be called in a background thread, so subclasses should take care to ensure that
119-
only thread-safe methods are used. It is always preceeded by a call to prepareCheck().
119+
only thread-safe methods are used. It is always preceded by a call to prepareCheck().
120120

121121
If a check needs to perform non-thread-safe tests, these should be implemented within prepareCheck()
122122
and stored in the subclass instance to be returned by this method.

src/core/validity/qgsabstractvaliditycheck.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class CORE_EXPORT QgsAbstractValidityCheck : public QObject
147147
* then an empty list should be returned.
148148
*
149149
* This method may be called in a background thread, so subclasses should take care to ensure that
150-
* only thread-safe methods are used. It is always preceeded by a call to prepareCheck().
150+
* only thread-safe methods are used. It is always preceded by a call to prepareCheck().
151151
*
152152
* If a check needs to perform non-thread-safe tests, these should be implemented within prepareCheck()
153153
* and stored in the subclass instance to be returned by this method.

0 commit comments

Comments
 (0)