Skip to content

Commit 11f0734

Browse files
author
Schneider
committed
ctreectrl-class_1.cpp: fix typo
1 parent dd04b2c commit 11f0734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mfc/reference/codesnippet/CPP/ctreectrl-class_1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ m_TreeCtrl.Create(WS_VISIBLE | WS_TABSTOP | WS_CHILD | WS_BORDER |
77
TVS_DISABLEDRAGDROP | TVS_NOTOOLTIPS | TVS_EDITLABELS,
88
CRect(10, 10, 300, 100), this, ID_MYTREE);
99

10-
// The control will have the appropiate window styles, and the tree
10+
// The control will have the appropriate window styles, and the tree
1111
// control styles specified are those most commonly used.

0 commit comments

Comments
 (0)