[QGIS Commit] r14354 - trunk/qgis/src/mapserver
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Thu Oct 7 13:15:01 EDT 2010
Author: alexbruy
Date: 2010-10-07 17:15:01 +0000 (Thu, 07 Oct 2010)
New Revision: 14354
Modified:
trunk/qgis/src/mapserver/qgis_map_serv.cpp
Log:
fix typo
Modified: trunk/qgis/src/mapserver/qgis_map_serv.cpp
===================================================================
--- trunk/qgis/src/mapserver/qgis_map_serv.cpp 2010-10-07 16:58:42 UTC (rev 14353)
+++ trunk/qgis/src/mapserver/qgis_map_serv.cpp 2010-10-07 17:15:01 UTC (rev 14354)
@@ -247,7 +247,7 @@
{
//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;
More information about the QGIS-commit
mailing list