Skip to content

Commit b72cd90

Browse files
authored
Merge pull request #10922 from changeworld/patch-4
Fix typo: accesible -> accessible
2 parents bb9aa67 + 86d99ca commit b72cd90

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)