Skip to content

Commit 9e67b34

Browse files
author
Ikko Ashimine
authored
Fix typo
massage→message
1 parent 76a4ffb commit 9e67b34

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
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)