Skip to content

Commit 14b6a5a

Browse files
authored
Merge pull request #10923 from changeworld/patch-5
Fix typo: idetified -> identified
2 parents b72cd90 + 58e0376 commit 14b6a5a

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)