Skip to content

Commit 57c154c

Browse files
committed
Fix typo: propert page -> property page
1 parent 42c4c1d commit 57c154c

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)