Skip to content

Commit b6845e5

Browse files
committed
Fix typo: peforms -> performs
1 parent a065e46 commit b6845e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Winforms/IDesignerExample/CPP/testcontrol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public ref class ExampleIDesigner: public System::ComponentModel::Design::IDesig
4141
this->component = component;
4242
}
4343

44-
// This method peforms the 'default' action for the designer. The default action
44+
// This method performs the 'default' action for the designer. The default action
4545
// for a basic IDesigner implementation is invoked when the designer's component
4646
// is double-clicked. By default, a component associated with a basic IDesigner
4747
// implementation is displayed in the design-mode component tray.

0 commit comments

Comments
 (0)