@@ -222,7 +222,7 @@ void QgsStatisticalSummaryDockWidget::refreshStatistics()
222
222
void QgsStatisticalSummaryDockWidget::gathererFinished ()
223
223
{
224
224
QgsStatisticsValueGatherer *gatherer = qobject_cast<QgsStatisticsValueGatherer *>( QObject::sender () );
225
- // this may have been sent from a gathererer which was canceled previously and we don't care
225
+ // this may have been sent from a gatherer which was canceled previously and we don't care
226
226
// about it anymore...
227
227
if ( gatherer == mGatherer )
228
228
{
@@ -236,7 +236,7 @@ void QgsStatisticalSummaryDockWidget::gathererFinished()
236
236
void QgsStatisticalSummaryDockWidget::updateNumericStatistics ()
237
237
{
238
238
QgsStatisticsValueGatherer *gatherer = qobject_cast<QgsStatisticsValueGatherer *>( QObject::sender () );
239
- // this may have been sent from a gathererer which was canceled previously and we don't care
239
+ // this may have been sent from a gatherer which was canceled previously and we don't care
240
240
// about it anymore...
241
241
if ( gatherer != mGatherer )
242
242
return ;
@@ -305,7 +305,7 @@ void QgsStatisticalSummaryDockWidget::updateNumericStatistics()
305
305
void QgsStatisticalSummaryDockWidget::updateStringStatistics ()
306
306
{
307
307
QgsStatisticsValueGatherer *gatherer = qobject_cast<QgsStatisticsValueGatherer *>( QObject::sender () );
308
- // this may have been sent from a gathererer which was canceled previously and we don't care
308
+ // this may have been sent from a gatherer which was canceled previously and we don't care
309
309
// about it anymore...
310
310
if ( gatherer != mGatherer )
311
311
return ;
@@ -428,7 +428,7 @@ void QgsStatisticalSummaryDockWidget::layerSelectionChanged()
428
428
void QgsStatisticalSummaryDockWidget::updateDateTimeStatistics ()
429
429
{
430
430
QgsStatisticsValueGatherer *gatherer = qobject_cast<QgsStatisticsValueGatherer *>( QObject::sender () );
431
- // this may have been sent from a gathererer which was canceled previously and we don't care
431
+ // this may have been sent from a gatherer which was canceled previously and we don't care
432
432
// about it anymore...
433
433
if ( gatherer != mGatherer )
434
434
return ;
0 commit comments