Skip to content

Commit b55e4b9

Browse files
committedApr 2, 2017
Add qgsi->qgis to spell check
1 parent 6f09a16 commit b55e4b9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
 

‎python/core/qgsvectorlayereditbuffer.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class QgsVectorLayerEditBuffer : QObject
159159
/** Emitted when an attribute has been renamed
160160
* @param idx attribute index
161161
* @param newName new attribute name
162-
* @note added in QGSI 2.16
162+
* @note added in QGIS 2.16
163163
*/
164164
void attributeRenamed( int idx, const QString& newName );
165165

‎resources/function_help/json/offset_curve

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "offset_curve",
33
"type": "function",
4-
"description": "Returns a geometry formed by offseting a linestring geometry to the side. Distances are in the Spatial Reference System of this geometry.",
4+
"description": "Returns a geometry formed by offsetting a linestring geometry to the side. Distances are in the Spatial Reference System of this geometry.",
55
"arguments": [ {"arg":"geometry","description":"a (multi)linestring geometry"},
66
{"arg":"distance","description":"offset distance. Positive values will be buffered to the left of lines, negative values to the right"},
77
{"arg":"segments","optional":true,"default":"8","description":"number of segments to use to represent a quarter circle when a round join style is used. A larger number results in a smoother line with more nodes."},

‎scripts/spell_check/spelling.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5501,6 +5501,7 @@ pususading:persuading
55015501
puting:putting:*
55025502
pwoer:power
55035503
pyscic:psychic
5504+
qgsi:qgis
55045505
qoute:quote
55055506
qouted:quoted
55065507
qoutes:quotes

0 commit comments

Comments
 (0)
Please sign in to comment.