Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Sep 30, 2023
1 parent d462078 commit d98fb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/spatialite/qgsspatialiteprovider.cpp
Expand Up @@ -4349,7 +4349,7 @@ bool QgsSpatiaLiteProvider::addFeatures( QgsFeatureList &flist, Flags flags )
}
else
{
// some unecompxpected error occurred
// some unexpected error occurred
const char *err = sqlite3_errmsg( sqliteHandle( ) );
errMsg = ( char * ) sqlite3_malloc( ( int ) strlen( err ) + 1 );
strcpy( errMsg, err );
Expand Down

0 comments on commit d98fb4d

Please sign in to comment.