mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
spelling fixes
This commit is contained in:
parent
1605a833c0
commit
a3faa92339
@ -215,7 +215,7 @@ class ServiceAreaFromPoint(GeoAlgorithm):
|
||||
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))
|
||||
|
@ -232,7 +232,7 @@ class ShortestPathPointToPoint(GeoAlgorithm):
|
||||
|
||||
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)
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
###########################################################################
|
||||
# chkspelling.sh
|
||||
# chkspelling_ag.sh
|
||||
# ---------------------
|
||||
# Date : December 2016
|
||||
# Copyright : (C) 2016 by Denis Rouzaud
|
||||
|
@ -193,8 +193,8 @@ extention:extension
|
||||
failuer:failure
|
||||
familar:familiar
|
||||
fatser:faster
|
||||
feture:feature
|
||||
fetaures:features
|
||||
feture:feature
|
||||
forse:force
|
||||
fortan:fortran
|
||||
forwardig:forwarding
|
||||
@ -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
|
||||
@ -235,8 +235,8 @@ informatiom:information
|
||||
informations:information
|
||||
infromation:information
|
||||
initalize:initialize
|
||||
initialisation:initialization
|
||||
initators:initiators
|
||||
initialisation:initialization
|
||||
initializiation:initialization
|
||||
inofficial:unofficial
|
||||
instersction:intersection
|
||||
@ -507,5 +507,6 @@ wich:which
|
||||
widht:width
|
||||
wierd:weird
|
||||
writeable:writable
|
||||
writting:writing
|
||||
xwindows:X
|
||||
yur:your
|
||||
|
Loading…
x
Reference in New Issue
Block a user