Skip to content

Commit

Permalink
Add qgsi->qgis to spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 2, 2017
1 parent 6f09a16 commit b55e4b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/qgsvectorlayereditbuffer.sip
Expand Up @@ -159,7 +159,7 @@ class QgsVectorLayerEditBuffer : QObject
/** Emitted when an attribute has been renamed
* @param idx attribute index
* @param newName new attribute name
* @note added in QGSI 2.16
* @note added in QGIS 2.16
*/
void attributeRenamed( int idx, const QString& newName );

Expand Down
2 changes: 1 addition & 1 deletion resources/function_help/json/offset_curve
@@ -1,7 +1,7 @@
{
"name": "offset_curve",
"type": "function",
"description": "Returns a geometry formed by offseting a linestring geometry to the side. Distances are in the Spatial Reference System of this geometry.",
"description": "Returns a geometry formed by offsetting a linestring geometry to the side. Distances are in the Spatial Reference System of this geometry.",
"arguments": [ {"arg":"geometry","description":"a (multi)linestring geometry"},
{"arg":"distance","description":"offset distance. Positive values will be buffered to the left of lines, negative values to the right"},
{"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."},
Expand Down
1 change: 1 addition & 0 deletions scripts/spell_check/spelling.dat
Expand Up @@ -5501,6 +5501,7 @@ pususading:persuading
puting:putting:*
pwoer:power
pyscic:psychic
qgsi:qgis
qoute:quote
qouted:quoted
qoutes:quotes
Expand Down

0 comments on commit b55e4b9

Please sign in to comment.