Skip to content

Commit 42b6608

Browse files
authored
Merge pull request #2138 from nschonni/typo-Configuation
typo: Configuation -> Configuration
2 parents 38f43bb + e15b856 commit 42b6608

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/debugger/how-to-debug-optimized-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ ms.workload:
7070

7171
8. If you chose the `Custom` option for `Optimization`, you can now set options for any of the other properties shown in the properties list.
7272

73-
9. Select the Configuation Properties, C/C++, Command Line node of the project properties page, and add `(`[/Zo](/cpp/build/reference/zo-enhance-optimized-debugging)`)` to the **Additional Options** text box.
73+
9. Select the Configuration Properties, C/C++, Command Line node of the project properties page, and add `(`[/Zo](/cpp/build/reference/zo-enhance-optimized-debugging)`)` to the **Additional Options** text box.
7474

7575
> [!WARNING]
7676
> `/Zo` requires Visual Studio 2013 Update 3 or a later version.

docs/vs-2015/debugger/how-to-debug-optimized-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ NOTE]
7676

7777
8. If you chose the `Custom` option for `Optimization`, you can now set options for any of the other properties shown in the properties list.
7878

79-
9. Select the Configuation Properties, C/C++, Command Line node of the project properties page, and add `(`[/Zo](http://msdn.microsoft.com/library/eea8d89a-7fe0-4fe1-86b2-7689bbebbd7f)`)` to the **Additional Options** text box.
79+
9. Select the Configuration Properties, C/C++, Command Line node of the project properties page, and add `(`[/Zo](http://msdn.microsoft.com/library/eea8d89a-7fe0-4fe1-86b2-7689bbebbd7f)`)` to the **Additional Options** text box.
8080

8181
> [!WARNING]
8282
> `/Zo` requires Visual Studio 2013 Update 3 or a later version.

0 commit comments

Comments
 (0)