Skip to content

Commit c515a66

Browse files
committed
[processing] fix typo
1 parent 70dcc33 commit c515a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/processing/qgsprocessingutils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,6 @@ bool QgsProcessingFeatureSink::addFeatures( QgsFeatureIterator &iterator, QgsFea
851851
{
852852
bool result = !QgsProxyFeatureSink::addFeatures( iterator, flags );
853853
if ( !result )
854-
mContext.feedback()->reportError( QObject::tr( "Features could not be written to %2" ).arg( mSinkName ) );
854+
mContext.feedback()->reportError( QObject::tr( "Features could not be written to %1" ).arg( mSinkName ) );
855855
return result;
856856
}

0 commit comments

Comments
 (0)