Skip to content

Commit d32aeb9

Browse files
Merge pull request #10850 from changeworld/patch-5
Fix typo: unsuported -> unsupported
2 parents d4df127 + 4fc0296 commit d32aeb9

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/drawtool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ void CRectTool::OnLButtonDown(CDrawView* pView, UINT nFlags, const CPoint& point
307307
switch (m_drawShape)
308308
{
309309
default:
310-
ASSERT(FALSE); // unsuported shape!
310+
ASSERT(FALSE); // unsupported shape!
311311

312312
case rect:
313313
pObj->m_nShape = CDrawRect::rectangle;

0 commit comments

Comments
 (0)