Skip to content

Commit f206447

Browse files
author
Colin Robertson
authored
Merge pull request #2723 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master)
2 parents 422d7b0 + 072477a commit f206447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Get a dc for a CWnd object pointer.
22
CWindowDC dc(pWnd);
33

4-
// Send my private massage.
5-
::SendMessage(pWnd->m_hWnd, WM_MYMESSAGE, 0, 0);
4+
// Send my private message.
5+
::SendMessage(pWnd->m_hWnd, WM_MYMESSAGE, 0, 0);

0 commit comments

Comments
 (0)