Skip to content

Commit 94d7e75

Browse files
committed
Fix spell check
1 parent 9df519f commit 94d7e75

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

python/core/qgsvectorlayerjoininfo.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Returns whether values from the joined layer should be cached in memory to speed
113113

114114
void setEditable( bool enabled );
115115
%Docstring
116-
Sets whether the form of the target layer allows to edit joined fields.
116+
Sets whether the form of the target layer allows editing joined fields.
117117
.. versionadded:: 3.0
118118
%End
119119

scripts/spell_check/.agignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ images/svg/symbol/red-marker.svg
3939
images/themes/default/propertyicons/diagram.svg
4040
images/themes/default/propertyicons/general.svg
4141
images/themes/default/svgbase/hammer.svg
42+
images/themes/default/mIconJoinHasNotUpsertOnEdit.svg
43+
images/themes/default/mIconJoinNotEditable.svg
44+
images/themes/default/mIconJoinedLayerNotEditable.svg
4245
LexerR.py
4346
python/plugins/MetaSearch/resources/connections-default.xml
4447
python/plugins/processing/algs/grass7/description/i.landsat.toar.txt

src/core/qgsvectorlayerjoininfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class CORE_EXPORT QgsVectorLayerJoinInfo
8787
*/
8888
bool isEditable() const { return mEditable; }
8989

90-
/** Sets whether the form of the target layer allows to edit joined fields.
90+
/** Sets whether the form of the target layer allows editing joined fields.
9191
* \since QGIS 3.0
9292
*/
9393
void setEditable( bool enabled );

0 commit comments

Comments
 (0)