Skip to content

Commit b4f1373

Browse files
authored
Fix typo: scaning -> scanning (MicrosoftDocs#5398)
I own this file.
1 parent e131637 commit b4f1373

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/mfc/reference/codesnippet/CPP/cmfctoolbarscustomizedialog-class_2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CMFCToolBarsCustomizeDialog *pDlgCust = new CMFCToolBarsCustomizeDialog(this,
2-
TRUE /* Automatic menus scaning */);
2+
TRUE /* Automatic menus scanning */);
33

44
CSliderButton btnSlider(ID_SLIDER);
55
btnSlider.SetRange(0, 100);

docs/mfc/reference/codesnippet/CPP/cmfctoolbarscustomizedialog-class_3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CMFCToolBarsCustomizeDialog *pDlgCust = new CMFCToolBarsCustomizeDialog(this,
2-
TRUE /* Automatic menus scaning */,
2+
TRUE /* Automatic menus scanning */,
33
AFX_CUSTOMIZE_MENU_SHADOWS | AFX_CUSTOMIZE_TEXT_LABELS |
44
AFX_CUSTOMIZE_MENU_ANIMATIONS);
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CMFCToolBarsCustomizeDialog *pDlgCust = new CMFCToolBarsCustomizeDialog(this,
2-
TRUE /* Automatic menus scaning */,
2+
TRUE /* Automatic menus scanning */,
33
AFX_CUSTOMIZE_MENU_SHADOWS | AFX_CUSTOMIZE_TEXT_LABELS |
44
AFX_CUSTOMIZE_MENU_ANIMATIONS, // default parameters
55
&lstCustomPages); // pointer to the list of runtime classes of the custom property pages

0 commit comments

Comments
 (0)