Skip to content

Commit 721467e

Browse files
Merge pull request #10817 from changeworld/patch-1
Fix typo: errror -> error
2 parents 9bdeb88 + 426ab51 commit 721467e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensibility/debugger/reference/idebugexpressioncontext2-parsetext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ HRESULT CEnvBlock::ParseText(
110110
hr = S_OK;
111111
// If the program cannot successfully get the environment variable.
112112
} else {
113-
// Set the errror message and return E_FAIL.
113+
// Set the error message and return E_FAIL.
114114
*pbstrError = SysAllocString(L"No such environment variable.");
115115
hr = E_FAIL;
116116
}

0 commit comments

Comments
 (0)