Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 6, 2020
1 parent 878ac9d commit bc1c58b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -35,7 +35,7 @@ Called when the specified project ``file`` has been opened within QGIS. If ``Tru
is returned, then the handler has accepted this file and it should not
be further processed (e.g. by other QgsCustomProjectOpenHandler).

It it is the subclasses' responsiblity to ignore file types it cannot handle
It it is the subclasses' responsibility to ignore file types it cannot handle
by returning ``False`` for these.

The base class implementation does nothing.
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgscustomprojectopenhandler.h
Expand Up @@ -45,7 +45,7 @@ class GUI_EXPORT QgsCustomProjectOpenHandler : public QObject
* is returned, then the handler has accepted this file and it should not
* be further processed (e.g. by other QgsCustomProjectOpenHandler).
*
* It it is the subclasses' responsiblity to ignore file types it cannot handle
* It it is the subclasses' responsibility to ignore file types it cannot handle
* by returning FALSE for these.
*
* The base class implementation does nothing.
Expand Down

0 comments on commit bc1c58b

Please sign in to comment.