diff --git a/src/core/symbology/qgsstylemodel.cpp b/src/core/symbology/qgsstylemodel.cpp index 2da8e5c4806..c656f0a4569 100644 --- a/src/core/symbology/qgsstylemodel.cpp +++ b/src/core/symbology/qgsstylemodel.cpp @@ -138,7 +138,7 @@ QVariant QgsStyleModel::data( const QModelIndex &index, int role ) const QString tooltip = QStringLiteral( "

%1

%2" ).arg( name, tags.count() > 0 ? tags.join( QLatin1String( ", " ) ) : tr( "Not tagged" ) ); - // generate tooltips targetting the largest device pixel ratio for all attached screens + // generate tooltips for the largest device pixel ratio for all attached screens QgsScreenProperties maxDevicePixelRatioScreen; for ( auto it = mTargetScreenProperties.constBegin(); it != mTargetScreenProperties.constEnd(); ++it ) {