Skip to content

Commit ea0c1d8

Browse files
committed
Typo
1 parent 499459b commit ea0c1d8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

python/analysis/auto_generated/network/qgsnetworkdistancestrategy.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class QgsNetworkDistanceStrategy : QgsNetworkStrategy
1313
%Docstring
1414

1515
.. versionadded:: 3.0
16-
Strategy for caclulating edge cost based on its length. Should be
16+
Strategy for calculating edge cost based on its length. Should be
1717
used for finding shortest path between two points.
1818
%End
1919

scripts/spell_check/spelling.dat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,6 +1055,7 @@ cacluates:calculates
10551055
cacluating:calculating
10561056
cacluation:calculation
10571057
cacluations:calculations
1058+
caclulating:calculating
10581059
caculate:calculate
10591060
caculated:calculated
10601061
caculater:calculator
@@ -4570,6 +4571,7 @@ muscial:musical
45704571
muscician:musician
45714572
muscicians:musicians
45724573
musn't:mustn't
4574+
mustator:mutator
45734575
muste:must
45744576
mutiliated:mutilated
45754577
mutiple:multiple

src/analysis/network/qgsnetworkdistancestrategy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* \ingroup analysis
2424
* \class QgsNetworkDistanceStrategy
2525
* \since QGIS 3.0
26-
* \brief Strategy for caclulating edge cost based on its length. Should be
26+
* \brief Strategy for calculating edge cost based on its length. Should be
2727
* used for finding shortest path between two points.
2828
*/
2929
class ANALYSIS_EXPORT QgsNetworkDistanceStrategy : public QgsNetworkStrategy

0 commit comments

Comments
 (0)