Skip to content

Commit 2ffe1a7

Browse files
committedDec 15, 2016
spelling fixes
1 parent 90fc0bb commit 2ffe1a7

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed
 

‎python/core/qgsactionscoperegistry.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class QgsActionScopeRegistry : QObject
3838
/**
3939
* Create a new QgsActionScopeRegistry.
4040
* QGIS already creates a central registry. You will normally
41-
* want to use QgsApplication::actionScopeRegistry() to get acess
41+
* want to use QgsApplication::actionScopeRegistry() to get access
4242
* to that one instead.
4343
*
4444
* @note Added in QGIS 3.0

‎python/core/qgstaskmanager.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class QgsTask : QObject
120120
* Subtasks can have an optional list of dependent tasks, which must be completed
121121
* before the subtask can begin. By default subtasks are considered independent
122122
* of the parent task, ie they can be run either before, after, or at the same
123-
* time as the parent task. This behaviour can be overriden through the subTaskDependency
123+
* time as the parent task. This behaviour can be overridden through the subTaskDependency
124124
* argument.
125125
*
126126
* The parent task must be added to a QgsTaskManager for subtasks to be utilised.

‎python/core/symbology-ng/qgsstyle.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ class QgsStyle : QObject
263263
*/
264264
QStringList tagsOfSymbol( StyleEntity type, const QString& symbol );
265265

266-
/** Returns wheter a given tag is associated with the symbol
266+
/** Returns whether a given tag is associated with the symbol
267267
*
268268
* \param type is either SymbolEntity or ColorrampEntity
269269
* \param symbol is the name of the symbol or color ramp

‎python/plugins/processing/algs/qgis/SplitLinesWithLines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def defineCharacteristics(self):
5656
self.addParameter(ParameterVector(self.INPUT_B,
5757
self.tr('Split layer'), [dataobjects.TYPE_VECTOR_LINE]))
5858

59-
self.addOutput(OutputVector(self.OUTPUT, self.tr('Splitted'), datatype=[dataobjects.TYPE_VECTOR_LINE]))
59+
self.addOutput(OutputVector(self.OUTPUT, self.tr('Split'), datatype=[dataobjects.TYPE_VECTOR_LINE]))
6060

6161
def processAlgorithm(self, progress):
6262
layerA = dataobjects.getObjectFromUri(self.getParameterValue(self.INPUT_A))

‎src/core/qgsactionscoperegistry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class CORE_EXPORT QgsActionScopeRegistry : public QObject
4444
/**
4545
* Create a new QgsActionScopeRegistry.
4646
* QGIS already creates a central registry. You will normally
47-
* want to use QgsApplication::actionScopeRegistry() to get acess
47+
* want to use QgsApplication::actionScopeRegistry() to get access
4848
* to that one instead.
4949
*
5050
* @note Added in QGIS 3.0

‎src/core/qgstaskmanager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class CORE_EXPORT QgsTask : public QObject
151151
* Subtasks can have an optional list of dependent tasks, which must be completed
152152
* before the subtask can begin. By default subtasks are considered independent
153153
* of the parent task, ie they can be run either before, after, or at the same
154-
* time as the parent task. This behaviour can be overriden through the subTaskDependency
154+
* time as the parent task. This behaviour can be overridden through the subTaskDependency
155155
* argument. Note that subtasks should NEVER be dependent on their parent task, and violating
156156
* this constraint will prevent the task from completing successfully.
157157
*

‎src/core/symbology-ng/qgsstyle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ class CORE_EXPORT QgsStyle : public QObject
333333
*/
334334
QStringList tagsOfSymbol( StyleEntity type, const QString& symbol );
335335

336-
/** Returns wheter a given tag is associated with the symbol
336+
/** Returns whether a given tag is associated with the symbol
337337
*
338338
* \param type is either SymbolEntity or ColorrampEntity
339339
* \param symbol is the name of the symbol or color ramp

‎src/ui/qgsdwgimportbase.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<item>
9292
<widget class="QPushButton" name="pbDeselectAll">
9393
<property name="text">
94-
<string>Unselect all</string>
94+
<string>Deselect all</string>
9595
</property>
9696
</widget>
9797
</item>

‎tests/src/python/test_provider_postgres.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ def testVectorLayerUtilsCreateFeatureWithProviderDefault(self):
548548
default_clause = 'nextval(\'qgis_test."someData_pk_seq"\'::regclass)'
549549
self.assertEqual(vl.dataProvider().defaultValueClause(0), default_clause)
550550

551-
# check that provider default clause takes precendence over passed attribute values
551+
# check that provider default clause takes precedence over passed attribute values
552552
# this also checks that the inbuilt unique constraint handling is bypassed in the case of a provider default clause
553553
f = QgsVectorLayerUtils.createFeature(vl, attributes={1: 5, 3: 'map'})
554554
self.assertEqual(f.attributes(), [default_clause, 5, "'qgis'::text", "'qgis'::text", None, None])

‎tests/src/python/test_qgsvectorcolorramp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def testQgsVectorGradientRampV2(self):
161161
self.assertEqual(s[3].offset, 0.8)
162162
self.assertEqual(s[3].color, QColor(50, 20, 10))
163163

164-
# test continous invert function
164+
# test continuous invert function
165165
r.invert()
166166
self.assertEqual(r.color(0), QColor(0, 200, 0))
167167
self.assertEqual(r.color(1), QColor(200, 0, 0))

0 commit comments

Comments
 (0)
Please sign in to comment.