Skip to content

Commit 3a10dd8

Browse files
authored
Merge pull request #10907 from changeworld/patch-8
Fix typo: Confoguration -> Configuration
2 parents a70f4fa + 4572c96 commit 3a10dd8

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)