summaryrefslogtreecommitdiff
path: root/vcl/osx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-18 15:53:07 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-18 20:09:04 +0200
commita7e0e800c5d1d13db81963b5295b21fb2bfd3ad7 (patch)
treea0ef070be4acafeb530d5e698569125b35c88916 /vcl/osx
parentd44a5250a4996bcfb2c66b8510f8a01a5888dd9f (diff)
Fix typos
Change-Id: I85a91d24943430b42217ac91611f182059d8ec69 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100919 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/osx')
-rw-r--r--vcl/osx/DragSource.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/DragSource.cxx b/vcl/osx/DragSource.cxx
index bfe990d73c8f..bcb4cb43543a 100644
--- a/vcl/osx/DragSource.cxx
+++ b/vcl/osx/DragSource.cxx
@@ -306,7 +306,7 @@ unsigned int DragSource::getSupportedDragOperations(bool isLocal) const
{
// Support NSDragOperation generic which means we can
// decide which D&D operation to choose. We map
- // NSDragOperationGenric to DNDConstants::ACTION_DEFAULT
+ // NSDragOperationGeneric to DNDConstants::ACTION_DEFAULT
// in SystemToOfficeDragActions to signal this and
// use it in DropTarget::determineDropAction
srcActions |= NSDragOperationGeneric;