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.
2 parents 5315065 + d739eaa commit c03877dCopy full SHA for c03877d
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