From 6ad5a58c848ae435518a7936ee7e2d0048483d12 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Sun, 14 May 2017 10:28:53 +0200 Subject: [PATCH] Spelling --- scripts/spell_check/spelling.dat | 2 ++ src/core/qgsvectorlayer.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/spell_check/spelling.dat b/scripts/spell_check/spelling.dat index 29d55b16e8d..4ab0d6807ba 100644 --- a/scripts/spell_check/spelling.dat +++ b/scripts/spell_check/spelling.dat @@ -739,6 +739,7 @@ asthetically:aesthetically asume:assume asuming:assuming aswell:as well +asynchroneously:asynchronously asychronously:asynchronously asycronous:asynchronous asynchonous:asynchronous @@ -6753,6 +6754,7 @@ synchonize:synchronize synchonized:synchronized synchonizes:synchronizes synchonizing:synchronizing +synchroneously:synchronously syncronise:synchronise syncronised:synchronised syncronises:synchronises diff --git a/src/core/qgsvectorlayer.h b/src/core/qgsvectorlayer.h index 1a016a98c31..75322359c2b 100644 --- a/src/core/qgsvectorlayer.h +++ b/src/core/qgsvectorlayer.h @@ -819,7 +819,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte * \note If you need to wait for the results, create and start your own QgsVectorLayerFeatureCounter * task and call waitForFinished(). * - * \since This is asynchroneous since QGIS 3.0 + * \since This is asynchronous since QGIS 3.0 */ bool countSymbolFeatures();