Skip to content

Commit dd2a458

Browse files
committed
Fix typo: Detatch -> Detach
1 parent a065e46 commit dd2a458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Winforms/ISelectionServiceSample/CPP/selectioncomponent.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ namespace ISelectionServiceExample
6363
// Because the selection service has been
6464
// previously obtained, the component may be in
6565
// the process of being resited.
66-
// Detatch the previous selection change event
66+
// Detach the previous selection change event
6767
// handlers in case the new selection
6868
// service is a new service instance belonging to
6969
// another design mode service host.

0 commit comments

Comments
 (0)