This commit is contained in:
Nyall Dawson 2018-05-26 14:06:59 +10:00
parent 499459be4b
commit ea0c1d8cbc
3 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,7 @@ class QgsNetworkDistanceStrategy : QgsNetworkStrategy
%Docstring
.. versionadded:: 3.0
Strategy for caclulating edge cost based on its length. Should be
Strategy for calculating edge cost based on its length. Should be
used for finding shortest path between two points.
%End

View File

@ -1055,6 +1055,7 @@ cacluates:calculates
cacluating:calculating
cacluation:calculation
cacluations:calculations
caclulating:calculating
caculate:calculate
caculated:calculated
caculater:calculator
@ -4570,6 +4571,7 @@ muscial:musical
muscician:musician
muscicians:musicians
musn't:mustn't
mustator:mutator
muste:must
mutiliated:mutilated
mutiple:multiple

View File

@ -23,7 +23,7 @@
* \ingroup analysis
* \class QgsNetworkDistanceStrategy
* \since QGIS 3.0
* \brief Strategy for caclulating edge cost based on its length. Should be
* \brief Strategy for calculating edge cost based on its length. Should be
* used for finding shortest path between two points.
*/
class ANALYSIS_EXPORT QgsNetworkDistanceStrategy : public QgsNetworkStrategy