Fixed typo (#14449)
authorWolfgang Ziegler <wziegler@live.at>
Thu, 12 Oct 2017 17:08:13 +0000 (19:08 +0200)
committerJan Kotas <jkotas@microsoft.com>
Thu, 12 Oct 2017 17:08:13 +0000 (10:08 -0700)
Documentation/botr/profiling.md

index e3dbd2b..234ac75 100644 (file)
@@ -71,7 +71,7 @@ The picture so far describes what happens once the application and profiler are
 - Cor\_Enable\_Profiling - only connect with a profiler if this environment variable exists and is set to a non-zero value.
 - Cor\_Profiler - connect with the profiler with this CLSID or ProgID (which must have been stored previously in the Registry). The Cor\_Profiler environment variable is defined as a string:
        - set Cor\_Profiler={32E2F4DA-1BEA-47ea-88F9-C5DAF691C94A}, or
-       - set Cor\_Proflier="MyProfiler"
+       - set Cor\_Profiler="MyProfiler"
 - The profiler class is the one that implements _ICorProfilerCallback/ICorProfilerCallback2_. It is required that a profiler implement ICorProfilerCallback2; if it does not, it will not be loaded.
 
 When both checks above pass, the CLR creates an instance of the profiler in a similar fashion to _CoCreateInstance_.  The profiler is not loaded through a direct call to _CoCreateInstance_ so that a call to _CoInitialize_ may be avoided, which requires setting the threading model.  It then calls the _ICorProfilerCallback::Initialize_ method in the profiler.  The signature of this method is: