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