Skip to content

Commit 3eeb1b5

Browse files
committedApr 3, 2018
Spelling
1 parent cd052d3 commit 3eeb1b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/core/raster/qgscontrastenhancement.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ can elect to not generate the lookup tale. By default it will be generated.
9595
void setContrastEnhancementFunction( QgsContrastEnhancementFunction *function /Transfer/ );
9696
%Docstring
9797
Allows the user to set their own custom contrast enhancement ``function``. Ownership of
98-
``function`` is transfered.
98+
``function`` is transferred.
9999
%End
100100

101101
void setMaximumValue( double value, bool generateTable = true );

‎src/core/raster/qgscontrastenhancement.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class CORE_EXPORT QgsContrastEnhancement
127127

128128
/**
129129
* Allows the user to set their own custom contrast enhancement \a function. Ownership of
130-
* \a function is transfered.
130+
* \a function is transferred.
131131
*/
132132
void setContrastEnhancementFunction( QgsContrastEnhancementFunction *function SIP_TRANSFER );
133133

0 commit comments

Comments
 (0)
Please sign in to comment.