Skip to content

Commit 58e0376

Browse files
committed
Fix typo: idetified -> identified
1 parent a065e46 commit 58e0376

File tree

1 file changed

+1
-1
lines changed
  • docs/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.AccessibleObject/CPP

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.AccessibleObject/CPP/chartcontrol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ public ref class ChartControl: public System::Windows::Forms::UserControl
487487
}
488488

489489

490-
// Gets the Accessibility object of the child CurveLegend idetified by index.
490+
// Gets the Accessibility object of the child CurveLegend identified by index.
491491
virtual AccessibleObject^ GetChild( int index ) override
492492
{
493493
if ( index >= 0 && index < chartControl->Legends->Length )

0 commit comments

Comments
 (0)