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.