summaryrefslogtreecommitdiff
path: root/src/ToolBox
diff options
context:
space:
mode:
authorNikita Potapenko <dev.potapy4@hotmail.com>2019-03-16 17:41:47 +0200
committerJan Kotas <jkotas@microsoft.com>2019-03-16 08:41:47 -0700
commitfe851740636b89c052af316576b8d47f0c5edd06 (patch)
treebbb35d08307f041d0e61fa0cb2914aec9523a005 /src/ToolBox
parent456dcb6f8724b21ea413aed11df44eeec649d047 (diff)
downloadcoreclr-fe851740636b89c052af316576b8d47f0c5edd06.tar.gz
coreclr-fe851740636b89c052af316576b8d47f0c5edd06.tar.bz2
coreclr-fe851740636b89c052af316576b8d47f0c5edd06.zip
Fix typo (#23300)
.Net -> .NET
Diffstat (limited to 'src/ToolBox')
-rw-r--r--src/ToolBox/SOS/Strike/apollososdocs.txt4
-rw-r--r--src/ToolBox/SOS/Strike/sosdocs.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/ToolBox/SOS/Strike/apollososdocs.txt b/src/ToolBox/SOS/Strike/apollososdocs.txt
index 6ed1dcc9e2..d2ac481ef1 100644
--- a/src/ToolBox/SOS/Strike/apollososdocs.txt
+++ b/src/ToolBox/SOS/Strike/apollososdocs.txt
@@ -1208,8 +1208,8 @@ method of my application. How can I do this?"
see the breakpoint listed.
You can specify breakpoints by file and line number if:
- a) You have some version of .Net Framework installed on your machine. Any OS from
- Vista onwards should have .Net Framework installed by default.
+ a) You have some version of .NET Framework installed on your machine. Any OS from
+ Vista onwards should have .NET Framework installed by default.
b) You have PDBs for the managed modules that need breakpoints, and your symbol
path points to those PDBs.
This is often easier than module and method name syntax. For example:
diff --git a/src/ToolBox/SOS/Strike/sosdocs.txt b/src/ToolBox/SOS/Strike/sosdocs.txt
index cf3f079a76..f03d0731f4 100644
--- a/src/ToolBox/SOS/Strike/sosdocs.txt
+++ b/src/ToolBox/SOS/Strike/sosdocs.txt
@@ -1198,8 +1198,8 @@ method of my application. How can I do this?"
see the breakpoint listed.
You can specify breakpoints by file and line number if:
- a) You have some version of .Net Framework installed on your machine. Any OS from
- Vista onwards should have .Net Framework installed by default.
+ a) You have some version of .NET Framework installed on your machine. Any OS from
+ Vista onwards should have .NET Framework installed by default.
b) You have PDBs for the managed modules that need breakpoints, and your symbol
path points to those PDBs.
This is often easier than module and method name syntax. For example: