Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Sep 16, 2020
1 parent 7a803ae commit 711faac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsproject.sip.in
Expand Up @@ -48,7 +48,7 @@ Set the current project singleton instance to ``project``

.. warning::

calling this method can have serious, unintended consequences, including instability, data loss and undefined behaviour. Use with EXTREME caution!
calling this method can have serious, unintended consequences, including instability, data loss and undefined behavior. Use with EXTREME caution!

.. seealso:: :py:func:`instance`

Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsproject.h
Expand Up @@ -112,7 +112,7 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
* Set the current project singleton instance to \a project
*
* \note this method is provided mainly for the server, which caches the projects and (potentially) needs to switch the current instance on every request.
* \warning calling this method can have serious, unintended consequences, including instability, data loss and undefined behaviour. Use with EXTREME caution!
* \warning calling this method can have serious, unintended consequences, including instability, data loss and undefined behavior. Use with EXTREME caution!
* \see instance()
* \since QGIS 3.10.11
*/
Expand Down

0 comments on commit 711faac

Please sign in to comment.