Skip to content

Commit

Permalink
Update src/core/providers/memory/qgsmemoryprovider.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Giudiceandrea <andreaerdna@libero.it>
  • Loading branch information
domi4484 and agiudiceandrea committed Jul 11, 2021
1 parent 48cc393 commit e74585c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/providers/memory/qgsmemoryprovider.cpp
Expand Up @@ -153,7 +153,7 @@ QgsMemoryProvider::QgsMemoryProvider( const QString &uri, const ProviderOptions
QVariant::Type subType = QVariant::Invalid;
QString typeName( regularExpressionMatch.captured( 1 ).toLower() );

// Search typname correspondance in native types
// Search typeName correspondence in native types
bool isNativeType = false;
for ( const NativeType &nativeType : nativeTypesList )
{
Expand Down

0 comments on commit e74585c

Please sign in to comment.