Skip to content

Commit c03877d

Browse files
Merge pull request #10890 from changeworld/patch-2
Fix typo: intitialized -> initialized
2 parents 5315065 + d739eaa commit c03877d

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)