From de572a27fd782d1ca5b6e886ab30c5fdb4062041 Mon Sep 17 00:00:00 2001 From: Takashi Takebayashi Date: Tue, 27 May 2025 11:41:24 +0900 Subject: [PATCH] Fix typo: programatically -> programmatically --- docs/build/reference/sarif-output.md | 2 +- docs/mfc/reference/codesnippet/CPP/cbutton-class_10.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/build/reference/sarif-output.md b/docs/build/reference/sarif-output.md index 3cbd752476..29e608baa8 100644 --- a/docs/build/reference/sarif-output.md +++ b/docs/build/reference/sarif-output.md @@ -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 diff --git a/docs/mfc/reference/codesnippet/CPP/cbutton-class_10.h b/docs/mfc/reference/codesnippet/CPP/cbutton-class_10.h index e34c0f5e23..c428acdc93 100644 --- a/docs/mfc/reference/codesnippet/CPP/cbutton-class_10.h +++ b/docs/mfc/reference/codesnippet/CPP/cbutton-class_10.h @@ -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; \ No newline at end of file