Skip to content

Commit 3ce5e97

Browse files
committed
Fix typo: cheked -> checked
1 parent 42c4c1d commit 3ce5e97

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)