Skip to content

Commit ee88166

Browse files
authored
Merge pull request #10873 from changeworld/patch-4
Fix typo: excpetion -> exception
2 parents adb945c + 3dd21f7 commit ee88166

File tree

1 file changed

+1
-1
lines changed
  • docs/snippets/cpp/VS_Snippets_Winforms/ServiceContainerExample/CPP

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Winforms/ServiceContainerExample/CPP/form1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public ref class Form1: public Form
175175

176176
void button2_Click( Object^ /*sender*/, EventArgs^ /*e*/ )
177177
{
178-
/* ServiceContainer will throw an excpetion if a duplicate service
178+
/* ServiceContainer will throw an exception if a duplicate service
179179
is added so remove it before we add */
180180
//<Snippet4>
181181
m_MyServiceContainer->RemoveService( Control::typeid );

0 commit comments

Comments
 (0)