Skip to content

Commit 03dbfe8

Browse files
Merge pull request #10783 from changeworld/patch-3
Fix typo: complier -> compiler
2 parents 8de4479 + 527bf39 commit 03dbfe8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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/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

0 commit comments

Comments
 (0)