Skip to content

Commit 453e1d8

Browse files
committed
Fix typo: rectange -> rectangle
1 parent 42c4c1d commit 453e1d8

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ CPoint CDrawObj::GetHandle(int nHandle)
232232
return CPoint(x, y);
233233
}
234234

235-
// return rectange of handle in logical coords
235+
// return rectangle of handle in logical coords
236236
CRect CDrawObj::GetHandleRect(int nHandleID, CDrawView* pView)
237237
{
238238
ASSERT_VALID(this);

0 commit comments

Comments
 (0)