Skip to content

Commit 8e5ca8b

Browse files
committed
Fix typo: releated -> related
1 parent a065e46 commit 8e5ca8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Winforms/Control_StyleChanged/CPP/control_stylechanged.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public ref class MyForm: public Form
8686
// Handle the 'StyleChanged' event for the 'Form'.
8787
void MyForm_StyleChanged( Object^ /*sender*/, EventArgs^ /*e*/ )
8888
{
89-
MessageBox::Show( "The style releated to the 'Form' has been changed" );
89+
MessageBox::Show( "The style related to the 'Form' has been changed" );
9090
}
9191
// </Snippet1>
9292
};

0 commit comments

Comments
 (0)