File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
python/core/auto_generated/validity Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ Runs the check and returns a list of results. If the check is "passed" and no wa
116116then an empty list should be returned.
117117
118118This 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
121121If a check needs to perform non-thread-safe tests, these should be implemented within prepareCheck()
122122and stored in the subclass instance to be returned by this method.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments