mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix typo
git-svn-id: http://svn.osgeo.org/qgis/trunk@14354 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
aefd4e0cad
commit
3b389a9b90
@ -247,7 +247,7 @@ int main( int argc, char * argv[] )
|
||||
{
|
||||
//do some error handling
|
||||
QgsMSDebugMsg( "qgis_wms_serv.cpp: unable to find 'REQUEST' parameter, exiting..." )
|
||||
theRequestHandler->sendServiceException( QgsMapServiceException( "OperationNotSupported", "Please check the value of the REQEST parameter" ) );
|
||||
theRequestHandler->sendServiceException( QgsMapServiceException( "OperationNotSupported", "Please check the value of the REQUEST parameter" ) );
|
||||
delete theRequestHandler;
|
||||
delete theServer;
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user