Skip to content

Commit 86d99ca

Browse files
committed
Fix typo: accesible -> accessible
1 parent a065e46 commit 86d99ca

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Winforms/System.Drawing.ClassicBitmapExamples/CPP/form1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public ref class Form1: public System::Windows::Forms::Form
176176
this->Icon = newIcon;
177177

178178
// You can now destroy the Icon, since the form creates
179-
// its own copy of the icon accesible through the Form.Icon property.
179+
// its own copy of the icon accessible through the Form.Icon property.
180180
DestroyIcon( newIcon->Handle );
181181
}
182182
// </snippet6>

0 commit comments

Comments
 (0)