We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72d057 commit d739eaaCopy full SHA for d739eaa
docs/snippets/csharp/VS_Snippets_VSSDK/loadtoolboxmembers/cs/loadtoolboxmemberspackage.cs
@@ -86,7 +86,7 @@ protected override void Initialize()
86
new MenuCommand(MenuItemCallback, menuCommandID );
87
mcs.AddCommand( menuItem );
88
89
- // Subscribe to the toolbox intitialized and upgraded events.
+ // Subscribe to the toolbox initialized and upgraded events.
90
ToolboxInitialized += new EventHandler(OnRefreshToolbox);
91
ToolboxUpgraded += new EventHandler(OnRefreshToolbox);
92
}
0 commit comments