File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/snippets/cpp/VS_Snippets_Misc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ) ||
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments