Skip to content

Commit b4506b5

Browse files
Merge pull request #10860 from changeworld/patch-4
Fix typo: ocupy -> occupy
2 parents 1ee8ff1 + ce74c63 commit b4506b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/snippets/cpp/VS_Snippets_Misc/NVC_MFC_Explorer/cpp/MainFrm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)
137137
return -1; // fail to create
138138
}
139139

140-
// Each rebar pane will ocupy its own row:
140+
// Each rebar pane will occupy its own row:
141141
DWORD dwStyle = RBBS_GRIPPERALWAYS | RBBS_FIXEDBMP | RBBS_BREAK;
142142

143143
if (!m_wndReBar.Create(this) ||

docs/snippets/cpp/VS_Snippets_Misc/NVC_MFC_RebarTest/cpp/MainFrm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)
140140
}
141141

142142
// <snippet2>
143-
// Each rebar pane will ocupy its own row:
143+
// Each rebar pane will occupy its own row:
144144
DWORD dwStyle = RBBS_GRIPPERALWAYS | RBBS_FIXEDBMP | RBBS_BREAK;
145145
// CMFCMenuBar m_wndMenuBar
146146
// CMFCToolBar m_wndToolBar

0 commit comments

Comments
 (0)