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; }