Skip to content

Commit 4ab85da

Browse files
authored
Merge pull request #10933 from changeworld/patch-15
Fix typo: Detatch -> Detach
2 parents 7aefd9b + dd2a458 commit 4ab85da

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)