From ce951602a4edf4b8d6c813e2f3bef0a280cabfb8 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 12 Oct 2021 02:15:16 +0900 Subject: [PATCH] Fix typo in `TypeTable.cs` (#16220) occured -> occurred --- src/System.Management.Automation/engine/TypeTable.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/System.Management.Automation/engine/TypeTable.cs b/src/System.Management.Automation/engine/TypeTable.cs index 0bcd276a4..edc870f89 100644 --- a/src/System.Management.Automation/engine/TypeTable.cs +++ b/src/System.Management.Automation/engine/TypeTable.cs @@ -1747,7 +1747,7 @@ namespace System.Management.Automation.Runspaces /// /// This exception is used by TypeTable constructor to indicate errors - /// occured during construction time. + /// occurred during construction time. /// [Serializable] public class TypeTableLoadException : RuntimeException @@ -1796,7 +1796,7 @@ namespace System.Management.Automation.Runspaces /// time. /// /// - /// The errors that occured + /// The errors that occurred /// internal TypeTableLoadException(ConcurrentBag loadErrors) : base(TypesXmlStrings.TypeTableLoadErrors)