From f2d72e6142b8c9f7d1f2d16a836c4c48efe6eaca Mon Sep 17 00:00:00 2001 From: lindexi Date: Mon, 25 Jan 2021 11:19:05 +0800 Subject: [PATCH] Fix DataObject.cs comment --- .../src/PresentationCore/System/Windows/dataobject.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/dataobject.cs b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/dataobject.cs index 870cf1563d1..2c9bcb05705 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/dataobject.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/dataobject.cs @@ -910,7 +910,7 @@ public static void RemoveCopyingHandler(DependencyObject element, DataObjectCopy /// /// An event handler for a DataObject.Pasting event. /// It is called when ah editor already made a decision - /// what format (from available on the Cliipboard) + /// what format (from available on the Clipboard) /// to apply to selection. With this handler an application /// has a chance to inspect a content of DataObject extracted /// from the Clipboard and decide what format to use instead.