Skip to content

Commit 1ee8ff1

Browse files
Merge pull request #10858 from changeworld/patch-2
Fix typo: requsted -> requested
2 parents 065d302 + 021e084 commit 1ee8ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Misc/NVC_MFC_DesktopAlertDemo/cpp/DesktopAlertDemo.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ FONT 8, "MS Sans Serif", 0, 0, 0x1
129129
BEGIN
130130
LTEXT "John Smith",IDC_FROM,28,3,62,8,0,WS_EX_TRANSPARENT
131131
ICON IDI_MAIL,IDC_STATIC,2,3,20,20,0,WS_EX_TRANSPARENT
132-
PUSHBUTTON "Hello,\r\nI'm sending you the requsted information",
132+
PUSHBUTTON "Hello,\r\nI'm sending you the requested information",
133133
IDC_BUTTON1,28,21,104,27,0,WS_EX_TRANSPARENT
134134
PUSHBUTTON "",IDC_FLAG,2,29,12,12
135135
PUSHBUTTON "",IDC_DELETE,14,29,12,12

0 commit comments

Comments
 (0)