https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6e79e60883aed64ab18201ac24e945d2933faa2b
commit 6e79e60883aed64ab18201ac24e945d2933faa2b Author: Serge Gautherie <[email protected]> AuthorDate: Mon Mar 30 10:28:52 2020 +0200 Commit: GitHub <[email protected]> CommitDate: Mon Mar 30 10:28:52 2020 +0200 [RPCRT4] Fix 'Routeines' typos (#2481) Addendum to b6fdb56b9adf780902cc9cf65af1f76365a96ce4. Import https://source.winehq.org/git/wine.git/commit/c73352047d20a503c67bdd583f6ef8d98711a678 CORE-15682 --- dll/win32/rpcrt4/rpcrt4.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dll/win32/rpcrt4/rpcrt4.spec b/dll/win32/rpcrt4/rpcrt4.spec index 38bdfd310ee..77b0e8d9c09 100644 --- a/dll/win32/rpcrt4/rpcrt4.spec +++ b/dll/win32/rpcrt4/rpcrt4.spec @@ -511,9 +511,9 @@ 511 stub long_from_ndr 512 stub long_from_ndr_temp 513 stub pfnFreeRoutines -514 stub pfnMarshallRouteines +514 stub pfnMarshallRoutines 515 stub pfnSizeRoutines -516 stub pfnUnmarshallRouteines +516 stub pfnUnmarshallRoutines 517 stub short_array_from_ndr 518 stub short_from_ndr 519 stub short_from_ndr_temp
