From 1bf5311356100d2836dc16cad03cbe26d6b32617 Mon Sep 17 00:00:00 2001 From: lindexi Date: Sun, 7 Mar 2021 15:13:09 +0800 Subject: [PATCH] Fix comment typo in DragDrop.cs --- .../src/PresentationCore/System/Windows/DragDrop.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/DragDrop.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/DragDrop.cs index 302ef3172bf..c9af5a38ea7 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/DragDrop.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/DragDrop.cs @@ -1130,7 +1130,7 @@ int UnsafeNativeMethods.IOleDropTarget.OleDrop(object data, int dragDropKeyState #region Private Methods /// - /// Raise Drag(Enter/Over/Leave/Drop) events to the taret. + /// Raise Drag(Enter/Over/Leave/Drop) events to the target. /// private void RaiseDragEvent(RoutedEvent dragEvent, int dragDropKeyStates, ref int effects, DependencyObject target, Point targetPoint) {