Skip to content

Commit 4243b0b

Browse files
committed
Fix a string
Fixed a string with wrong character
1 parent 5e240b8 commit 4243b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mapserver/qgis_map_serv.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ int main( int argc, char * argv[] )
386386
QgsWMSConfigParser* p = QgsConfigCache::instance()->wmsConfiguration( configFilePath, parameterMap );
387387
if ( !p )
388388
{
389-
theRequestHandler->sendServiceException( QgsMapServiceException( "WMS configuration error", "There was an error reading gthe project file or the SLD configuration" ) );
389+
theRequestHandler->sendServiceException( QgsMapServiceException( "WMS configuration error", "There was an error reading the project file or the SLD configuration" ) );
390390
continue;
391391
}
392392
//adminConfigParser->loadLabelSettings( theMapRenderer->labelingEngine() );

0 commit comments

Comments
 (0)