From b8e45606224d2f9aa9d86f18e4312d35a9ac9732 Mon Sep 17 00:00:00 2001 From: Rageking8 <106309953+Rageking8@users.noreply.github.com> Date: Fri, 29 Dec 2023 13:30:54 +0800 Subject: [PATCH] Fix spelling error in `ISpellerSegment` (#8610) --- .../System/Windows/Documents/SpellerInteropBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/SpellerInteropBase.cs b/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/SpellerInteropBase.cs index 7016a856d4f..153a240079f 100644 --- a/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/SpellerInteropBase.cs +++ b/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Documents/SpellerInteropBase.cs @@ -61,7 +61,7 @@ internal interface ISpellerSegment IReadOnlyList Suggestions { get; } /// - /// Returns true if the segment has no spelling erorrs + /// Returns true if the segment has no spelling errors /// bool IsClean { get; }