Skip to content

Fix typo: programatically -> programmatically #5354

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/build/reference/sarif-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The MSVC compiler can be made to output diagnostics as [SARIF](https://sarifweb.
There are two ways to make the MSVC compiler produce SARIF diagnostics:

- Pass the `/experimental:log` switch on the command line. See the [documentation for `/experimental:log`](experimental-log.md) for details.
- Launch `cl.exe` programatically and set the `SARIF_OUTPUT_PIPE` environment variable to retrieve SARIF blocks through a pipe.
- Launch `cl.exe` programmatically and set the `SARIF_OUTPUT_PIPE` environment variable to retrieve SARIF blocks through a pipe.

## Retrieving SARIF through a pipe

Expand Down
4 changes: 2 additions & 2 deletions docs/mfc/reference/codesnippet/CPP/cbutton-class_10.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
public:
// Variable to access programatically defined command link control.
// Variable to access programmatically defined command link control.
CButton m_cmdLink;
// Variable to access programatically defined split button control.
// Variable to access programmatically defined split button control.
CButton m_splitButton;