We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a4ffb commit 9e67b34Copy full SHA for 9e67b34
docs/mfc/codesnippet/CPP/cpaintdc-class_2.cpp
@@ -1,5 +1,5 @@
1
// Get a dc for a CWnd object pointer.
2
CPaintDC dc(pWnd);
3
4
-// Send my private massage.
5
-::SendMessage(pWnd->m_hWnd, WM_MYMESSAGE, (LPARAM)& dc.m_ps, 0);
+// Send my private message.
+::SendMessage(pWnd->m_hWnd, WM_MYMESSAGE, (LPARAM)& dc.m_ps, 0);
0 commit comments