Skip to content

Commit

Permalink
spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 26, 2016
1 parent 1605a83 commit a3faa92
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
Expand Up @@ -215,7 +215,7 @@ def processAlgorithm(self, progress):
upperBoundary.append(graph.vertex(graph.edge(tree[i]).inVertex()).point())
lowerBoundary.append(graph.vertex(graph.edge(tree[i]).outVertex()).point())

progress.setInfo(self.tr('Writting results...'))
progress.setInfo(self.tr('Writing results...'))

fields = QgsFields()
fields.append(QgsField('type', QVariant.String, '', 254, 0))
Expand Down
Expand Up @@ -232,7 +232,7 @@ def processAlgorithm(self, progress):

self.setOutputValue(self.TRAVEL_COST, cost / multiplier)

progress.setInfo(self.tr('Writting results...'))
progress.setInfo(self.tr('Writing results...'))
geom = QgsGeometry.fromPolyline(route)
feat = QgsFeature()
feat.setFields(fields)
Expand Down
2 changes: 1 addition & 1 deletion scripts/chkspelling_ag.sh
@@ -1,6 +1,6 @@
#!/bin/bash
###########################################################################
# chkspelling.sh
# chkspelling_ag.sh
# ---------------------
# Date : December 2016
# Copyright : (C) 2016 by Denis Rouzaud
Expand Down
7 changes: 4 additions & 3 deletions scripts/spelling.dat
Expand Up @@ -193,8 +193,8 @@ extention:extension
failuer:failure
familar:familiar
fatser:faster
feture:feature
fetaures:features
feture:feature
forse:force
fortan:fortran
forwardig:forwarding
Expand All @@ -208,9 +208,9 @@ furter:further
futher:further
futhermore:furthermore
generiously:generously
granulatiry:granularity
grahical:graphical
grahpical:graphical
granulatiry:granularity
grapic:graphic
guage:gauge
halfs:halves
Expand All @@ -235,8 +235,8 @@ informatiom:information
informations:information
infromation:information
initalize:initialize
initialisation:initialization
initators:initiators
initialisation:initialization
initializiation:initialization
inofficial:unofficial
instersction:intersection
Expand Down Expand Up @@ -507,5 +507,6 @@ wich:which
widht:width
wierd:weird
writeable:writable
writting:writing
xwindows:X
yur:your

0 comments on commit a3faa92

Please sign in to comment.