[mapserver-commits] r10708 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Sat Nov 6 17:25:31 EDT 2010
Author: rouault
Date: 2010-11-06 14:25:31 -0700 (Sat, 06 Nov 2010)
New Revision: 10708
Modified:
trunk/mapserver/mapogroutput.c
Log:
fix funny typo in error message
Modified: trunk/mapserver/mapogroutput.c
===================================================================
--- trunk/mapserver/mapogroutput.c 2010-11-04 19:12:55 UTC (rev 10707)
+++ trunk/mapserver/mapogroutput.c 2010-11-06 21:25:31 UTC (rev 10708)
@@ -963,7 +963,7 @@
else if( EQUAL(form,"zip") )
{
#if !defined(CPL_ZIP_API_OFFERED)
- msSetError( MS_MISCERR, "FORM=zip selected, bug CPL ZIP support unavailable, perhaps you need to upgrade to GDAL/OGR 1.8?",
+ msSetError( MS_MISCERR, "FORM=zip selected, but CPL ZIP support unavailable, perhaps you need to upgrade to GDAL/OGR 1.8?",
"msOGRWriteFromQuery()");
msOGRCleanupDS( datasource_name );
return MS_FAILURE;
More information about the mapserver-commits
mailing list