Skip to content

Commit 7aefd9b

Browse files
authored
Merge pull request #10930 from changeworld/patch-12
Fix typo: releated -> related
2 parents c47fc5f + 8e5ca8b commit 7aefd9b

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)