Skip to content

Commit 882f506

Browse files
committed
Fix typo: programatically -> programmatically
1 parent 90852d0 commit 882f506

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/profiling/profiling-feature-tour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ The tool shows each event in a list view. Columns provide information about each
287287
::: moniker range=">=vs-2022"
288288
## View custom events in the timeline graphs
289289

290-
You can programatically create custom events that appear as icons in the timeline graphs such as the CPU utilization and memory usage timeline graphs. For more information, see [Add user marks to timeline](../profiling/add-timeline-graph-user-marks.md).
290+
You can programmatically create custom events that appear as icons in the timeline graphs such as the CPU utilization and memory usage timeline graphs. For more information, see [Add user marks to timeline](../profiling/add-timeline-graph-user-marks.md).
291291
::: moniker-end
292292

293293
::: zone pivot="programming-language-dotnet,programming-language-dotnetf"

docs/snippets/cpp/VS_Snippets_Winforms/DataGrid.OnMouseDown/CPP/overridemousedown.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ namespace DataGridSample
106106
{
107107
this->Size = System::Drawing::Size( 700, 500 );
108108
button1->Location = Point(300,300);
109-
button1->Text = "Sort the grid programatically";
109+
button1->Text = "Sort the grid programmatically";
110110
button1->Width = 200;
111111
grid->Size = System::Drawing::Size( 350, 250 );
112112
grid->TabStop = true;

0 commit comments

Comments
 (0)