Fixes spelling (#679)
This commit is contained in:
parent
2f3e0384bf
commit
8ff9ce70c9
|
|
@ -128,7 +128,7 @@ IN_PROCESS_HANDLER::SetAsyncCompletionStatus(
|
||||||
}
|
}
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
IN_PROCESS_HANDLER::SetManangedHttpContext(
|
IN_PROCESS_HANDLER::SetManagedHttpContext(
|
||||||
PVOID pManagedHttpContext
|
PVOID pManagedHttpContext
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ public:
|
||||||
);
|
);
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
SetManangedHttpContext(
|
SetManagedHttpContext(
|
||||||
PVOID pManagedHttpContext
|
PVOID pManagedHttpContext
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -116,7 +116,7 @@ http_set_managed_context(
|
||||||
{
|
{
|
||||||
// todo: should we consider changing the signature
|
// todo: should we consider changing the signature
|
||||||
HRESULT hr = S_OK;
|
HRESULT hr = S_OK;
|
||||||
pInProcessHandler->SetManangedHttpContext(pvManagedContext);
|
pInProcessHandler->SetManagedHttpContext(pvManagedContext);
|
||||||
|
|
||||||
return hr;
|
return hr;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue