Skip to content

Commit 4572c96

Browse files
committed
Fix typo: Confoguration -> Configuration
1 parent 42c4c1d commit 4572c96

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Misc/NVC_MFC_VisualStudioDemo/cpp/MainFrm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ LRESULT CMainFrame::OnToolbarReset(WPARAM wp,LPARAM)
336336

337337
case IDR_BUILD:
338338
{
339-
// Replace "Confoguration..." button by combobox:
339+
// Replace "Configuration..." button by combobox:
340340
CMFCToolBarComboBoxButton comboButton(ID_DUMMY_SELECT_ACTIVE_CONFIGURATION, GetCmdMgr()->GetCmdImage(ID_DUMMY_SELECT_ACTIVE_CONFIGURATION, FALSE), CBS_DROPDOWNLIST);
341341
comboButton.AddItem(_T("Win32 Debug"));
342342
comboButton.AddItem(_T("Win32 Release"));

0 commit comments

Comments
 (0)