Skip to content

Commit adaa8f3

Browse files
committed
Fix typo: selcted -> selected
1 parent 8c8f82f commit adaa8f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/snippets/cpp/VS_Snippets_Misc/NVC_MFC_MSOffice2007Demo/cpp/MSOffice2007Demo.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1673,7 +1673,7 @@ FONT 8, "MS Sans Serif", 0, 0, 0x1
16731673
BEGIN
16741674
ICON IDR_MAINFRAME,IDC_STATIC,11,17,20,20
16751675
LTEXT "MSOffice2007Demo Application Version 1.0",IDC_STATIC,40,10,119,8
1676-
LTEXT "� 2007 - 2008 Microsoft Corporation. All rights reserved.",
1676+
LTEXT "� 2007 - 2008 Microsoft Corporation. All rights reserved.",
16771677
IDC_STATIC,40,25,122,19
16781678
DEFPUSHBUTTON "OK",IDOK,176,6,32,14,WS_GROUP
16791679
END
@@ -2198,7 +2198,7 @@ BEGIN
21982198
ID_FONT_FONT "Change the font face.\nFont"
21992199
ID_FONT_FONTSIZE "Change the font size.\nFont Size"
22002200
ID_FONT_GROWFONT "Increase the font size.\nGrow Font"
2201-
ID_FONT_ITALIC "Italicize the selcted text.\nItalic"
2201+
ID_FONT_ITALIC "Italicize the selected text.\nItalic"
22022202
ID_FONT_SHRINK "Decrease the font size.\nShrink Font"
22032203
ID_FONT_STRIKETHROUGH "Draw a line through the middle of the selected text.\nStrikethrough"
22042204
ID_FONT_SUBSCRIPT "Create the small letters below the text baseline.\nSubscript"

0 commit comments

Comments
 (0)