Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
mhugent committed Jun 6, 2016
1 parent 056a6be commit e422d89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/qgsconfigcache.cpp
Expand Up @@ -68,7 +68,7 @@ QgsServerProjectParser* QgsConfigCache::serverConfiguration( const QString& file
QgsMessageLog::logMessage(
QString(
"\n========================================================================="
"\n= WARNING: This project file was saved by an defferent version of QGIS. ="
"\n= WARNING: This project file was saved by an different version of QGIS. ="
"\n========================================================================="
), "Server", QgsMessageLog::WARNING
);
Expand Down Expand Up @@ -238,6 +238,6 @@ void QgsConfigCache::removeChangedEntry( const QString& path )

void QgsConfigCache::removeEntry( const QString& path )
{
removeChangedEntry( path );
removeChangedEntry( path );
}

0 comments on commit e422d89

Please sign in to comment.