Skip to content

Commit af6b248

Browse files
authored
Merge pull request #10931 from changeworld/patch-13
Fix typo: coloumns -> columns
2 parents e906f2e + 2d61a2e commit af6b248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Winforms/DataGridTableStyle_Header_4/CPP/datagridtablestyle_header_4.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/*
55
The following program demonstrates the usage of properties 'HeaderBackColor',
66
'HeaderForeColor' and events 'HeaderBackColorChanged', 'HeaderForeColorChanged'.
7-
A table is created and added to a datagrid with two coloumns.The table allows to change
7+
A table is created and added to a datagrid with two columns.The table allows to change
88
Header's background and foreground colors through selection of combobox values.
99
*/
1010

0 commit comments

Comments
 (0)