From e54a030ddd11f96a6f7fb6ca6fe4d1166d7571fa Mon Sep 17 00:00:00 2001 From: Gergely Kalapos Date: Mon, 15 Apr 2019 04:44:53 +0200 Subject: Fix typo in environment variable name - profiler loading doc (#23983) --- Documentation/Profiling/Profiler Loading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/Profiling/Profiler Loading.md b/Documentation/Profiling/Profiler Loading.md index 73286298da..acc0bab9c5 100644 --- a/Documentation/Profiling/Profiler Loading.md +++ b/Documentation/Profiling/Profiler Loading.md @@ -16,7 +16,7 @@ If any of these environment variable are present, we skip the registry look up a A couple things to note about this: - If you specify `CORECLR_PROFILER_PATH` _and_ register your profiler, then `CORECLR_PROFILER_PATH` always wins. Even if `CORECLR_PROFILER_PATH` points to an invalid path, we will still use `CORECLR_PROFILER_PATH`, and just fail to load your profiler. -- `CORECLR_R_PROFILER` is _always required_. If you specify `CORECLR_PROFILER_PATH`, we skip the registry look up. We still need to know your profiler's CLSID, so we can pass it to your class factory's CreateInstance call. +- `CORECLR_PROFILER` is _always required_. If you specify `CORECLR_PROFILER_PATH`, we skip the registry look up. We still need to know your profiler's CLSID, so we can pass it to your class factory's CreateInstance call. ## Through the registry (Windows Only) -- cgit v1.2.3