Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 2, 2019
1 parent d14a5bd commit 62f1bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -116,7 +116,7 @@ Runs the check and returns a list of results. If the check is "passed" and no wa
then an empty list should be returned.

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

If a check needs to perform non-thread-safe tests, these should be implemented within prepareCheck()
and stored in the subclass instance to be returned by this method.
Expand Down
2 changes: 1 addition & 1 deletion src/core/validity/qgsabstractvaliditycheck.h
Expand Up @@ -147,7 +147,7 @@ class CORE_EXPORT QgsAbstractValidityCheck : public QObject
* then an empty list should be returned.
*
* This method may be called in a background thread, so subclasses should take care to ensure that
* only thread-safe methods are used. It is always preceeded by a call to prepareCheck().
* only thread-safe methods are used. It is always preceded by a call to prepareCheck().
*
* If a check needs to perform non-thread-safe tests, these should be implemented within prepareCheck()
* and stored in the subclass instance to be returned by this method.
Expand Down

0 comments on commit 62f1bb7

Please sign in to comment.