We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bdeb88 + 426ab51 commit 721467eCopy full SHA for 721467e
docs/extensibility/debugger/reference/idebugexpressioncontext2-parsetext.md
@@ -110,7 +110,7 @@ HRESULT CEnvBlock::ParseText(
110
hr = S_OK;
111
// If the program cannot successfully get the environment variable.
112
} else {
113
- // Set the errror message and return E_FAIL.
+ // Set the error message and return E_FAIL.
114
*pbstrError = SysAllocString(L"No such environment variable.");
115
hr = E_FAIL;
116
}
0 commit comments