summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/emulated/org/eclipse/swt/dnd/DragSource.java
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/emulated/org/eclipse/swt/dnd/DragSource.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/emulated/org/eclipse/swt/dnd/DragSource.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/emulated/org/eclipse/swt/dnd/DragSource.java b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/emulated/org/eclipse/swt/dnd/DragSource.java
index 1d90cb303e..3824c317d0 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/emulated/org/eclipse/swt/dnd/DragSource.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/emulated/org/eclipse/swt/dnd/DragSource.java
@@ -121,7 +121,7 @@ public class DragSource extends Widget {
* </ul>
*
* <p>NOTE: ERROR_CANNOT_INIT_DRAG should be an SWTException, since it is a
- * recoverable error, but can not be changed due to backward compatability.</p>
+ * recoverable error, but can not be changed due to backward compatibility.</p>
*
* @see Widget#dispose
* @see DragSource#checkSubclass
@@ -233,7 +233,7 @@ public Control getControl () {
/**
* Returns the drag effect that is registered for this DragSource. This drag
- * effect will be used during a drag and drop event to display the drag source image.
+ * effect will be used during a drag and drop operation.
*
* @return the drag effect that is registered for this DragSource
*
@@ -291,7 +291,7 @@ public void removeDragListener(DragSourceListener listener) {
/**
* Specifies the drag effect for this DragSource. This drag effect will be
- * used during a drag and drop to display the drag source image.
+ * used during a drag and drop operation.
*
* @param effect the drag effect that is registered for this DragSource
*