From 67a97a3f072db15c6898c9ea9b722d14f367f204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Thu, 17 Jul 2008 19:23:22 +0000 Subject: [PATCH] ND comment fix, no functional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@7540 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Format/GML.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Format/GML.js b/lib/OpenLayers/Format/GML.js index c0e5f1346a..66fd8cb35c 100644 --- a/lib/OpenLayers/Format/GML.js +++ b/lib/OpenLayers/Format/GML.js @@ -50,7 +50,7 @@ OpenLayers.Format.GML = OpenLayers.Class(OpenLayers.Format.XML, { layerName: "features", /** - * APIProperty: geometry + * APIProperty: geometryName * {String} Name of geometry element. Defaults to "geometry". */ geometryName: "geometry",