Skip to content

Commit 1579207

Browse files
authored
Merge pull request #10921 from changeworld/patch-3
Fix typo: Initialilze -> Initialize
2 parents 899f105 + 6d02d4a commit 1579207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Winforms/DataGridTableStyle_ResetBackColor/CPP/datagridtablestyle_resetbackcolor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public ref class MyForm: public Form
4343

4444
private:
4545

46-
// Initialilze form and its controls.
46+
// Initialize form and its controls.
4747
void InitializeComponent()
4848
{
4949
myDataGrid = gcnew DataGrid;

0 commit comments

Comments
 (0)