From 73e03f068dc3e99922240dfaf89cbd3e2bab4698 Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Thu, 5 Feb 2026 14:47:55 -0600 Subject: [PATCH] really spellbot really? --- .../Microsoft.CommandPalette.Extensions.Toolkit/CommandItem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions.Toolkit/CommandItem.cs b/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions.Toolkit/CommandItem.cs index 6a40307591..fc2de06548 100644 --- a/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions.Toolkit/CommandItem.cs +++ b/src/modules/cmdpal/extensionsdk/Microsoft.CommandPalette.Extensions.Toolkit/CommandItem.cs @@ -15,7 +15,7 @@ public partial class CommandItem : BaseObservable, ICommandItem // appropriate. // // Putting it directly here will cause out-of-proc extensions to fail to - // load the context menu commands, for unknown cswinrt reasons. + // load the context menu commands, for unknown CsWinRT reasons. private readonly PropertySet _extendedAttributes = new(); private ICommand? _command;