Skip to content

Commit d739eaa

Browse files
committed
Fix typo: intitialized -> initialized
1 parent c72d057 commit d739eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snippets/csharp/VS_Snippets_VSSDK/loadtoolboxmembers/cs/loadtoolboxmemberspackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ protected override void Initialize()
8686
new MenuCommand(MenuItemCallback, menuCommandID );
8787
mcs.AddCommand( menuItem );
8888

89-
// Subscribe to the toolbox intitialized and upgraded events.
89+
// Subscribe to the toolbox initialized and upgraded events.
9090
ToolboxInitialized += new EventHandler(OnRefreshToolbox);
9191
ToolboxUpgraded += new EventHandler(OnRefreshToolbox);
9292
}

0 commit comments

Comments
 (0)