Skip to content

Commit

Permalink
Dox typos
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Apr 17, 2019
1 parent 5f3dc50 commit 4614c3e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsdataprovider.sip.in
Expand Up @@ -401,7 +401,7 @@ Returns data provider coordinate transform context
Sets data coordinate transform context to ``transformContext`` Sets data coordinate transform context to ``transformContext``


The default implementation is a simple setter, subclasses may override to perform The default implementation is a simple setter, subclasses may override to perform
additional actions required by a change of coordinate tranform context. additional actions required by a change of coordinate transform context.


.. seealso:: :py:func:`transformContext` .. seealso:: :py:func:`transformContext`


Expand Down
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsreadwritecontext.sip.in
Expand Up @@ -117,7 +117,7 @@ It's usually the QgsProject where the function with the context is made and won'
%Docstring %Docstring
Returns data provider coordinate transform context Returns data provider coordinate transform context


.. seealso:: :py:func:`setTranformContext` .. seealso:: :py:func:`setTransformContext`


.. versionadded:: 3.10 .. versionadded:: 3.10
%End %End
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsdataprovider.h
Expand Up @@ -535,7 +535,7 @@ class CORE_EXPORT QgsDataProvider : public QObject
* Sets data coordinate transform context to \a transformContext * Sets data coordinate transform context to \a transformContext
* *
* The default implementation is a simple setter, subclasses may override to perform * The default implementation is a simple setter, subclasses may override to perform
* additional actions required by a change of coordinate tranform context. * additional actions required by a change of coordinate transform context.
* *
* \see transformContext() * \see transformContext()
* *
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsreadwritecontext.h
Expand Up @@ -118,7 +118,7 @@ class CORE_EXPORT QgsReadWriteContext
/** /**
* Returns data provider coordinate transform context * Returns data provider coordinate transform context
* *
* \see setTranformContext() * \see setTransformContext()
* *
* \since QGIS 3.10 * \since QGIS 3.10
*/ */
Expand Down

0 comments on commit 4614c3e

Please sign in to comment.