summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/Web/UI/JuiControls/TJuiDroppable.php2
-rw-r--r--framework/Web/UI/JuiControls/TJuiSelectable.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/Web/UI/JuiControls/TJuiDroppable.php b/framework/Web/UI/JuiControls/TJuiDroppable.php
index 3c79f536..2d2ed6b9 100644
--- a/framework/Web/UI/JuiControls/TJuiDroppable.php
+++ b/framework/Web/UI/JuiControls/TJuiDroppable.php
@@ -18,7 +18,7 @@ Prado::using('System.Web.UI.ActiveControls.TActivePanel');
* TJuiDroppable is an extension to {@link TActivePanel} based on jQuery-UI's
* {@link http://jqueryui.com/droppable/ Droppable} interaction.
* When a {@link TJuiDraggable} is dropped over a TJuiDroppable panel, the
- * {@link onDrop OnDrop} event will be triggered. An event hanler will receive
+ * {@link onDrop OnDrop} event will be triggered. The event hanler will receive
* a {@link TJuiEventParameter} object containing a reference to the dropped control
* in the <tt>DraggableControl</tt> property.
*
diff --git a/framework/Web/UI/JuiControls/TJuiSelectable.php b/framework/Web/UI/JuiControls/TJuiSelectable.php
index 8915c4a2..b370d14a 100644
--- a/framework/Web/UI/JuiControls/TJuiSelectable.php
+++ b/framework/Web/UI/JuiControls/TJuiSelectable.php
@@ -17,7 +17,7 @@ Prado::using('System.Web.UI.ActiveControls.TActivePanel');
*
* TJuiSelectable is an extension to {@link TActivePanel} based on jQuery-UI's
* {@link http://jqueryui.com/selectable/ Selectable} interaction.
- * The panel can be feed a {@link setDataSource DataSource} and will interally
+ * TJuiSelectable can be feed a {@link setDataSource DataSource} and will interally
* render a {@link TRepeater} that displays items in an unordered list.
* Items can be selected by clicking on them, individually or in a group.
*