Fix http_stop_calls_into_managed typo (#673)

This commit is contained in:
Pavel Krymets 2018-03-15 15:59:57 -07:00 committed by GitHub
parent 8588b77160
commit 3ef9dd1640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ http_get_authentication_information(
EXTERN_C __MIDL_DECLSPEC_DLLEXPORT
VOID
http_stop_calls_into_mananged()
http_stop_calls_into_managed()
{
IN_PROCESS_APPLICATION::GetInstance()->StopCallsIntoManaged();
}