Skip to content

Commit 50161f2

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#1990 from eltociear/patch-1
Fix typo
2 parents 76a4ffb + 9e67b34 commit 50161f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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
CPaintDC dc(pWnd);
33

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

0 commit comments

Comments
 (0)