Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
(cherry picked from commit 35781ef)
  • Loading branch information
nyalldawson committed Dec 20, 2019
1 parent 35b2352 commit 71ed033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsproject.cpp
Expand Up @@ -1276,7 +1276,7 @@ bool QgsProject::readProjectFile( const QString &filename, QgsProject::ReadFlags
long currentCRS = readNumEntry( QStringLiteral( "SpatialRefSys" ), QStringLiteral( "/ProjectCRSID" ), -1 );
const QString authid = readEntry( QStringLiteral( "SpatialRefSys" ), QStringLiteral( "/ProjectCrs" ) );

// authid should be prioritised over all
// authid should be prioritized over all
bool isUserAuthId = authid.startsWith( QLatin1String( "USER:" ), Qt::CaseInsensitive );
if ( !authid.isEmpty() && !isUserAuthId )
projectCrs = QgsCoordinateReferenceSystem( authid );
Expand Down

0 comments on commit 71ed033

Please sign in to comment.