Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix spell check
  • Loading branch information
pblottiere committed Aug 28, 2017
1 parent 9df519f commit 94d7e75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/qgsvectorlayerjoininfo.sip
Expand Up @@ -113,7 +113,7 @@ Returns whether values from the joined layer should be cached in memory to speed

void setEditable( bool enabled );
%Docstring
Sets whether the form of the target layer allows to edit joined fields.
Sets whether the form of the target layer allows editing joined fields.
.. versionadded:: 3.0
%End

Expand Down
3 changes: 3 additions & 0 deletions scripts/spell_check/.agignore
Expand Up @@ -39,6 +39,9 @@ images/svg/symbol/red-marker.svg
images/themes/default/propertyicons/diagram.svg
images/themes/default/propertyicons/general.svg
images/themes/default/svgbase/hammer.svg
images/themes/default/mIconJoinHasNotUpsertOnEdit.svg
images/themes/default/mIconJoinNotEditable.svg
images/themes/default/mIconJoinedLayerNotEditable.svg
LexerR.py
python/plugins/MetaSearch/resources/connections-default.xml
python/plugins/processing/algs/grass7/description/i.landsat.toar.txt
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayerjoininfo.h
Expand Up @@ -87,7 +87,7 @@ class CORE_EXPORT QgsVectorLayerJoinInfo
*/
bool isEditable() const { return mEditable; }

/** Sets whether the form of the target layer allows to edit joined fields.
/** Sets whether the form of the target layer allows editing joined fields.
* \since QGIS 3.0
*/
void setEditable( bool enabled );
Expand Down

0 comments on commit 94d7e75

Please sign in to comment.