Skip to content

Commit f46ae85

Browse files
committed
Fix typo: calulate -> calculate
1 parent b88db01 commit f46ae85

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Misc/NVC_MFC_OutlookDemo/cpp/MainFrm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ void CMainFrame::SetWorkSpace(CWorkspaceObj* pWorkSpace)
592592

593593
void CMainFrame::OnViewFoldersPopup()
594594
{
595-
// First, calulate popup window rectangle.
595+
// First, calculate popup window rectangle.
596596
// Top left corner need to be under the caption's button:
597597
CRect rectButton = m_wndCaption.GetButtonRect();
598598
m_wndCaption.ClientToScreen(&rectButton);

0 commit comments

Comments
 (0)