diff --git a/lib/OpenLayers/Control/Navigation.js b/lib/OpenLayers/Control/Navigation.js index bb9b49a195..ae0dccb3b0 100644 --- a/lib/OpenLayers/Control/Navigation.js +++ b/lib/OpenLayers/Control/Navigation.js @@ -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, diff --git a/lib/OpenLayers/Control/TouchNavigation.js b/lib/OpenLayers/Control/TouchNavigation.js index 3bc2ab5bff..4bf8ca19b5 100644 --- a/lib/OpenLayers/Control/TouchNavigation.js +++ b/lib/OpenLayers/Control/TouchNavigation.js @@ -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,