summaryrefslogtreecommitdiff
path: root/vcl/osx/DropTarget.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/osx/DropTarget.cxx')
-rw-r--r--vcl/osx/DropTarget.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/DropTarget.cxx b/vcl/osx/DropTarget.cxx
index 3c6ea81f386c..9f59043eeb66 100644
--- a/vcl/osx/DropTarget.cxx
+++ b/vcl/osx/DropTarget.cxx
@@ -193,7 +193,7 @@ NSDragOperation DropTarget::draggingEntered(id sender)
// a modifier key will be pressed
mDragSourceSupportedActions = SystemToOfficeDragActions([sender draggingSourceOperationMask]);
- // Only if the drop target is really interessted in the drag actions
+ // Only if the drop target is really interested in the drag actions
// supported by the source
if (mDragSourceSupportedActions & mDefaultActions)
{