We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b554a54 + 70341ab commit 065d302Copy full SHA for 065d302
docs/snippets/cpp/VS_Snippets_Misc/NVC_MFC_DrawClient/cpp/propset.cpp
@@ -461,7 +461,7 @@ BOOL CProperty::WriteToStream( IStream* pIStream )
461
if (m_dwType & VT_VECTOR)
462
{
463
// Value is a DWORD count of elements followed by
464
- // that many repititions of the value.
+ // that many repetitions of the value.
465
//
466
nReps = *(LPDWORD)pCur;
467
cbTotal = sizeof(DWORD);
0 commit comments