Skip to content

Commit 17a499a

Browse files
authored
Merge pull request #10901 from changeworld/patch-2
Fix typo: propert page -> property page
2 parents 2f14337 + 57c154c commit 17a499a

File tree

1 file changed

+1
-1
lines changed
  • docs/snippets/cpp/VS_Snippets_Misc/wrl-classic-com-component/cpp/wrlclassiccom/calculatorcomponent

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Misc/wrl-classic-com-component/cpp/wrlclassiccom/calculatorcomponent/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CalculatorComponent.cpp
2929
to be a project dependency of some other project, you will either need to
3030
add code to export some symbols from the DLL so that an export library
3131
will be produced, or you can set the Ignore Input Library property to Yes
32-
on the General propert page of the Linker folder in the project's Property
32+
on the General property page of the Linker folder in the project's Property
3333
Pages dialog box.
3434

3535
/////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)