Skip to content

Commit e306168

Browse files
Merge pull request #5354 from changeworld/patch-1
Fix typo: programatically -> programmatically
2 parents d47d075 + de572a2 commit e306168

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/build/reference/sarif-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The MSVC compiler can be made to output diagnostics as [SARIF](https://sarifweb.
1515
There are two ways to make the MSVC compiler produce SARIF diagnostics:
1616

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

2020
## Retrieving SARIF through a pipe
2121

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
public:
2-
// Variable to access programatically defined command link control.
2+
// Variable to access programmatically defined command link control.
33
CButton m_cmdLink;
4-
// Variable to access programatically defined split button control.
4+
// Variable to access programmatically defined split button control.
55
CButton m_splitButton;

0 commit comments

Comments
 (0)