Skip to content

Commit 065d302

Browse files
Merge pull request #10857 from changeworld/patch-1
Fix typo: repititions -> repetitions
2 parents b554a54 + 70341ab commit 065d302

File tree

1 file changed

+1
-1
lines changed
  • docs/snippets/cpp/VS_Snippets_Misc/NVC_MFC_DrawClient/cpp

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Misc/NVC_MFC_DrawClient/cpp/propset.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ BOOL CProperty::WriteToStream( IStream* pIStream )
461461
if (m_dwType & VT_VECTOR)
462462
{
463463
// Value is a DWORD count of elements followed by
464-
// that many repititions of the value.
464+
// that many repetitions of the value.
465465
//
466466
nReps = *(LPDWORD)pCur;
467467
cbTotal = sizeof(DWORD);

0 commit comments

Comments
 (0)