Skip to content

Commit 6ad5a58

Browse files
committedMay 15, 2017
Spelling
1 parent 2abb146 commit 6ad5a58

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎scripts/spell_check/spelling.dat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,7 @@ asthetically:aesthetically
739739
asume:assume
740740
asuming:assuming
741741
aswell:as well
742+
asynchroneously:asynchronously
742743
asychronously:asynchronously
743744
asycronous:asynchronous
744745
asynchonous:asynchronous
@@ -6753,6 +6754,7 @@ synchonize:synchronize
67536754
synchonized:synchronized
67546755
synchonizes:synchronizes
67556756
synchonizing:synchronizing
6757+
synchroneously:synchronously
67566758
syncronise:synchronise
67576759
syncronised:synchronised
67586760
syncronises:synchronises

‎src/core/qgsvectorlayer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
819819
* \note If you need to wait for the results, create and start your own QgsVectorLayerFeatureCounter
820820
* task and call waitForFinished().
821821
*
822-
* \since This is asynchroneous since QGIS 3.0
822+
* \since This is asynchronous since QGIS 3.0
823823
*/
824824
bool countSymbolFeatures();
825825

0 commit comments

Comments
 (0)
Please sign in to comment.