We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd0763 commit 2679933Copy full SHA for 2679933
1 file changed
docs/mfc/codesnippet/CPP/cwindowdc-class_1.cpp
@@ -1,5 +1,5 @@
1
// Get a dc for a CWnd object pointer.
2
CWindowDC dc(pWnd);
3
4
-// Send my private massage.
5
-::SendMessage(pWnd->m_hWnd, WM_MYMESSAGE, 0, 0);
+// Send my private message.
+::SendMessage(pWnd->m_hWnd, WM_MYMESSAGE, 0, 0);
0 commit comments