Skip to content

Commit 7b28bd7

Browse files
Merge pull request #10802 from changeworld/patch-4
Fix typo: calulate -> calculate
2 parents a2c1850 + f46ae85 commit 7b28bd7

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)