Skip to content

Commit 3f589ef

Browse files
committed
Fix typo: consturctor -> constructor
1 parent a065e46 commit 3f589ef

File tree

1 file changed

+1
-1
lines changed
  • docs/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.ToolStripControlHost/CPP

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.ToolStripControlHost/CPP/form1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public ref class Form1: public System::Windows::Forms::Form
253253
System::Windows::Forms::RaftingContainer^ raftingContainer4;
254254

255255
// The following snippet demonstrates the ToolStripControlHost(Control)
256-
// consturctor, the ToolStripControlHost.Font, Width, DisplayStyle,
256+
// constructor, the ToolStripControlHost.Font, Width, DisplayStyle,
257257
// Text properties.
258258
//<snippet1>
259259
ToolStripControlHost^ dateTimePickerHost;

0 commit comments

Comments
 (0)