fix typo in APIProperty reported by Denis Rykov

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11591 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
bartvde
2011-03-01 09:14:53 +00:00
parent 873fa8aa24
commit 55647c3e30
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ OpenLayers.Control.Navigation = OpenLayers.Class(OpenLayers.Control, {
dragPan: null,
/**
* APIProprety: dragPanOptions
* APIProperty: dragPanOptions
* {Object} Options passed to the DragPan control.
*/
dragPanOptions: null,

View File

@@ -27,7 +27,7 @@ OpenLayers.Control.TouchNavigation = OpenLayers.Class(OpenLayers.Control, {
dragPan: null,
/**
* APIProprety: dragPanOptions
* APIProperty: dragPanOptions
* {Object} Options passed to the DragPan control.
*/
dragPanOptions: null,