[mapserver-commits] r11982 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Mon Aug 1 14:06:54 EDT 2011
Author: pramsey
Date: 2011-08-01 11:06:54 -0700 (Mon, 01 Aug 2011)
New Revision: 11982
Modified:
trunk/mapserver/mappostgis.c
Log:
Fix spelling error in debug message: specifiy
Modified: trunk/mapserver/mappostgis.c
===================================================================
--- trunk/mapserver/mappostgis.c 2011-08-01 12:19:38 UTC (rev 11981)
+++ trunk/mapserver/mappostgis.c 2011-08-01 18:06:54 UTC (rev 11982)
@@ -1342,7 +1342,7 @@
*/
if ( ! (layerinfo->uid) ) {
if ( strstr(layerinfo->fromsource, " ") ) {
- msSetError(MS_QUERYERR, "Error parsing PostGIS DATA variable. You must specifiy 'using unique' when supplying a subselect in the data definition.", "msPostGISParseData()");
+ msSetError(MS_QUERYERR, "Error parsing PostGIS DATA variable. You must specify 'using unique' when supplying a subselect in the data definition.", "msPostGISParseData()");
return MS_FAILURE;
}
if ( msPostGISRetrievePK(layer) != MS_SUCCESS ) {
More information about the mapserver-commits
mailing list