Skip to content

Commit 120a884

Browse files
committedApr 9, 2018
Spelling
(cherry-picked from 9c28c91)
1 parent 15d7385 commit 120a884

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎src/core/symbology/qgssvgcache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ QByteArray QgsSvgCache::getImageData( const QString &path ) const
435435
QNetworkReply *reply = task->reply();
436436
if ( !reply )
437437
{
438-
// cancelled
438+
// canceled
439439
QMetaObject::invokeMethod( const_cast< QgsSvgCache * >( this ), "onRemoteSvgFetched", Qt::QueuedConnection, Q_ARG( QString, path ), Q_ARG( bool, false ) );
440440
return;
441441
}

‎src/gui/symbology/qgssymbolselectordialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ QgsSymbolSelectorWidget::QgsSymbolSelectorWidget( QgsSymbol *symbol, QgsStyle *s
288288
connect( QgsApplication::svgCache(), &QgsSvgCache::remoteSvgFetched, this, [ = ]
289289
{
290290
// when a remote svg has been fetched, update the widget's previews
291-
// this is required if the symbol utilises remote svgs, and the current previews
291+
// this is required if the symbol utilizes remote svgs, and the current previews
292292
// have been generated using the temporary "downloading" svg. In this case
293293
// we require the preview to be regenerated to use the correct fetched
294294
// svg

‎src/gui/symbology/qgssymbolslistwidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ QgsSymbolsListWidget::QgsSymbolsListWidget( QgsSymbol *symbol, QgsStyle *style,
117117
connect( mOpacityWidget, &QgsOpacityWidget::opacityChanged, this, &QgsSymbolsListWidget::opacityChanged );
118118

119119
// when a remote svg has been fetched, update the widget's previews
120-
// this is required if the symbol utilises remote svgs, and the current previews
120+
// this is required if the symbol utilizes remote svgs, and the current previews
121121
// have been generated using the temporary "downloading" svg. In this case
122122
// we require the preview to be regenerated to use the correct fetched
123123
// svg

0 commit comments

Comments
 (0)
Please sign in to comment.