Skip to content

Commit 65bb11e

Browse files
authored
Merge pull request MicrosoftDocs#2129 from mikeblome/mb-1105
typos
2 parents ded3387 + 8ff03cc commit 65bb11e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/reference/vcpp-directories-property-page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.assetid: 428eeef6-f127-4271-b3ea-0ae6f2c3d624
77
---
88
# VC++ Directories Property Page (Windows)
99

10-
Use this property page to tell Visual Studio which directories to use when building the currently-selected project. To set directories for multiple projects in a solution, use a custom property sheet as described in [Share or resuse Visual Studio C++ project settings](../create-reusable-property-configurations.md).
10+
Use this property page to tell Visual Studio which directories to use when building the currently-selected project. To set directories for multiple projects in a solution, use a custom property sheet as described in [Share or reuse Visual Studio C++ project settings](../create-reusable-property-configurations.md).
1111

1212
For the Linux version of this page, see [VC++ Directories (Linux C++)](../../linux/prop-pages/directories-linux.md).
1313

@@ -39,7 +39,7 @@ You now see a dialog box like this:
3939

4040
![Show Library Directories](../media/vcppdir_libdir.png "Dialog to add or remove library paths")
4141

42-
Use this dialog to view the current directories. However, if you want to change or add a directory, it is better to use **Property Manager** to create a property sheet or modify the default user property sheet. For more information, see [Share or resuse Visual Studio C++ project settings](../create-reusable-property-configurations.md).
42+
Use this dialog to view the current directories. However, if you want to change or add a directory, it is better to use **Property Manager** to create a property sheet or modify the default user property sheet. For more information, see [Share or reuse Visual Studio C++ project settings](../create-reusable-property-configurations.md).
4343

4444
As shown above, many of the inherited paths are given as macros. To examine the current value of a macro, choose the **Macros** button in the lower right corner of the dialog box. Note that many macros depend on the configuration type. A macro in a debug build might evaluate to a different path than the same macro in a release build.
4545

0 commit comments

Comments
 (0)