From 3b0d447dac6bfbb5c8675ee28dcf121d99a16179 Mon Sep 17 00:00:00 2001 From: David Hall Date: Sun, 4 Aug 2024 17:16:36 -0600 Subject: [PATCH] Corrected misspellings in docs #477 --- Windows.Forms/Controls/ExplorerBrowser.cs | 4 ++-- Windows.Shell/ShellObjects/ShellView.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Windows.Forms/Controls/ExplorerBrowser.cs b/Windows.Forms/Controls/ExplorerBrowser.cs index 43fba284b..e2b7a53a5 100644 --- a/Windows.Forms/Controls/ExplorerBrowser.cs +++ b/Windows.Forms/Controls/ExplorerBrowser.cs @@ -367,12 +367,12 @@ public ExplorerBrowser() [Category("Action"), Description("Items changed.")] public event EventHandler? ItemsChanged; - /// Fires when the ExplorerBorwser view has finished enumerating files. + /// Fires when the ExplorerBrowser view has finished enumerating files. [Category("Behavior"), Description("View is done enumerating files.")] public event EventHandler? ItemsEnumerated; /// - /// Fires when a navigation has been 'completed': no Navigating listener has canceled, and the ExplorerBorwser has created a new + /// Fires when a navigation has been 'completed': no Navigating listener has canceled, and the ExplorerBrowser has created a new /// view. The view will be populated with new items asynchronously, and ItemsChanged will be fired to reflect this some time later. /// [Category("Action"), Description("Navigation complete.")] diff --git a/Windows.Shell/ShellObjects/ShellView.cs b/Windows.Shell/ShellObjects/ShellView.cs index f4ed86c64..93fa3ee40 100644 --- a/Windows.Shell/ShellObjects/ShellView.cs +++ b/Windows.Shell/ShellObjects/ShellView.cs @@ -86,12 +86,12 @@ internal class ShellView : Control, INotifyPropertyChanged [Category("Action"), Description("Items changed.")] public event EventHandler? ItemsChanged; - /// Fires when the ExplorerBorwser view has finished enumerating files. + /// Fires when the ExplorerBrowser view has finished enumerating files. [Category("Behavior"), Description("View is done enumerating files.")] public event EventHandler? ItemsEnumerated; /// - /// Fires when a navigation has been 'completed': no Navigating listener has canceled, and the ExplorerBorwser has created a new + /// Fires when a navigation has been 'completed': no Navigating listener has canceled, and the ExplorerBrowser has created a new /// view. The view will be populated with new items asynchronously, and ItemsChanged will be fired to reflect this some time later. /// [Category("Action"), Description("Navigation complete.")]