Skip to content

Commit a592a47

Browse files
authored
Merge pull request #13962 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch main)
2 parents a7566dc + 14bff0f commit a592a47

5 files changed

+6
-6
lines changed

docs/ide/how-to-specify-build-events-visual-basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The following procedure shows how to set the minimum operating system version in
163163

164164
When you build the project, this command changes the minimum operating system version in the application manifest to 5.1.2600.0.
165165

166-
The `$(TargetPath)` macro expresses the full path for the executable being created. Therefore, `$(TargetPath).manifest` specifes the application manifest created in the *bin* directory. Publishing copies this manifest to the publishing location that you set earlier.
166+
The `$(TargetPath)` macro expresses the full path for the executable being created. Therefore, `$(TargetPath).manifest` specifies the application manifest created in the *bin* directory. Publishing copies this manifest to the publishing location that you set earlier.
167167

168168
8. Publish the project again. Go to the **Publish** page and click **Publish Now**.
169169

docs/ide/walkthrough-building-an-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Tutorial: Build an application'
3-
description: Become more familiar with several options that you can configure when you build applications with Visual Studio, such as hiding complier warnings.
3+
description: Become more familiar with several options that you can configure when you build applications with Visual Studio, such as hiding compiler warnings.
44
ms.date: 11/14/2024
55
ms.subservice: compile-build
66
ms.topic: tutorial

docs/modeling/how-to-set-clr-attributes-on-an-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: how-to
66
f1_keywords:
77
- "vs.dsltools.EditAttributesDialog"
88
helpviewer_keywords:
9-
- "Domain-Specific Language, custom attrributes"
9+
- "Domain-Specific Language, custom attributes"
1010
author: mgoertz-msft
1111
ms.author: mgoertz
1212
manager: mijacobs

docs/python/working-with-c-cpp-python-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Review the following sections for possible issues that can cause the C++ module
421421
422422
Visual Studio returns an error message like **E1696: Cannot open source file "Python.h"** or **C1083: Cannot open include file: "Python.h": No such file or directory**.
423423
424-
This error indicates that the complier can't locate a required header (_.h_) file for your project.
424+
This error indicates that the compiler can't locate a required header (_.h_) file for your project.
425425
426426
- For the _superfastcode_ project, verify that the **C/C++** > **General** > **Additional Include Directories** project property contains the path to the _include_ folder for your Python installation. Review the steps in [Configure project properties](#configure-project-properties).
427427
@@ -431,7 +431,7 @@ For more information on accessing your Python installation configuration informa
431431
432432
#### Error: Unable to locate Python libraries
433433
434-
Visual Studio returns an error indicating that the complier can't locate the required library (DLL) files for your project.
434+
Visual Studio returns an error indicating that the compiler can't locate the required library (DLL) files for your project.
435435
436436
- For the C++ project (_superfastcode_ or _superfastcode2_), verify that the **Linker** > **General** > **Additional Library Directories** property contains the path to the _libs_ folder for your Python installation. Review the steps in [Configure project properties](#configure-project-properties).
437437

docs/workflow-designer/how-to-use-breadcrumb-navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Workflow Designer - Use Breadcrumb Navigation'
3-
description: Learn how use breadcrumb navigation to access a child activity, navigate to an ancestor activity, or expand or collapse activites in place.
3+
description: Learn how use breadcrumb navigation to access a child activity, navigate to an ancestor activity, or expand or collapse activities in place.
44
ms.date: 11/04/2016
55
ms.topic: how-to
66
author: jodavis

0 commit comments

Comments
 (0)