Skip to content

Commit 8a4f178

Browse files
authored
Merge pull request #10910 from changeworld/patch-11
Fix typo: cheked -> checked
2 parents ecdb3c1 + 3ce5e97 commit 8a4f178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Winforms/TreeNode_ForeColor/CPP/treenode_forecolor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public ref class MyTreeNode_FirstNode: public Form
203203
else
204204
{
205205

206-
// If the check box is not cheked, collapse the first tree node.
206+
// If the check box is not checked, collapse the first tree node.
207207
myTreeView->Nodes[ 0 ]->FirstNode->Collapse();
208208
MessageBox::Show( "The first and last node of CutomerList root node is collapsed" );
209209
}

0 commit comments

Comments
 (0)