Skip to content

Commit 511fd9b

Browse files
authored
Merge pull request #10903 from changeworld/patch-4
Fix typo: rectange -> rectangle
2 parents 0a47641 + 453e1d8 commit 511fd9b

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)