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 ca2e738 commit 3dd21f7Copy full SHA for 3dd21f7
docs/snippets/cpp/VS_Snippets_Winforms/ServiceContainerExample/CPP/form1.cpp
@@ -175,7 +175,7 @@ public ref class Form1: public Form
175
176
void button2_Click( Object^ /*sender*/, EventArgs^ /*e*/ )
177
{
178
- /* ServiceContainer will throw an excpetion if a duplicate service
+ /* ServiceContainer will throw an exception if a duplicate service
179
is added so remove it before we add */
180
//<Snippet4>
181
m_MyServiceContainer->RemoveService( Control::typeid );
0 commit comments