Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 3, 2018
1 parent cd052d3 commit 3eeb1b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/raster/qgscontrastenhancement.sip.in
Expand Up @@ -95,7 +95,7 @@ can elect to not generate the lookup tale. By default it will be generated.
void setContrastEnhancementFunction( QgsContrastEnhancementFunction *function /Transfer/ ); void setContrastEnhancementFunction( QgsContrastEnhancementFunction *function /Transfer/ );
%Docstring %Docstring
Allows the user to set their own custom contrast enhancement ``function``. Ownership of Allows the user to set their own custom contrast enhancement ``function``. Ownership of
``function`` is transfered. ``function`` is transferred.
%End %End


void setMaximumValue( double value, bool generateTable = true ); void setMaximumValue( double value, bool generateTable = true );
Expand Down
2 changes: 1 addition & 1 deletion src/core/raster/qgscontrastenhancement.h
Expand Up @@ -127,7 +127,7 @@ class CORE_EXPORT QgsContrastEnhancement


/** /**
* Allows the user to set their own custom contrast enhancement \a function. Ownership of * Allows the user to set their own custom contrast enhancement \a function. Ownership of
* \a function is transfered. * \a function is transferred.
*/ */
void setContrastEnhancementFunction( QgsContrastEnhancementFunction *function SIP_TRANSFER ); void setContrastEnhancementFunction( QgsContrastEnhancementFunction *function SIP_TRANSFER );


Expand Down

0 comments on commit 3eeb1b5

Please sign in to comment.