Skip to content

Commit e906f2e

Browse files
authored
Merge pull request #10936 from changeworld/patch-18
Fix typo: inital -> initial
2 parents 4ab85da + 4243968 commit e906f2e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.ListView4/CPP/form1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public ref class Form1: public System::Windows::Forms::Form
4747
private:
4848
void InitializeListView()
4949
{
50-
// Set up the inital values for the ListView and populate it.
50+
// Set up the initial values for the ListView and populate it.
5151
this->ListView1 = gcnew ListView;
5252
this->ListView1->Dock = DockStyle::Top;
5353
this->ListView1->Location = System::Drawing::Point( 0, 0 );

0 commit comments

Comments
 (0)