Skip to content

Commit d68f417

Browse files
committed
Fix typo: costructor -> constructor
1 parent 42c4c1d commit d68f417

File tree

1 file changed

+1
-1
lines changed
  • docs/snippets/cpp/VS_Snippets_Winforms/System.Drawing.ToolBoxBitmapExamples/cpp

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Winforms/System.Drawing.ToolBoxBitmapExamples/cpp/usercontrol1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public ref class Form1 : public Form
3737
};
3838

3939
// The following code example demonstrates how to use the
40-
// ToolBoxBitmapAttribute#ctor(string) costructor to set stop.bmp
40+
// ToolBoxBitmapAttribute#ctor(string) constructor to set stop.bmp
4141
// as the toolbox icon for the StopSignControl. This example assumes
4242
// the existence of a 16-by-16-pixel bitmap named stop.bmp at c:\.
4343
//<snippet1>

0 commit comments

Comments
 (0)