From 6bf04a47badd74646e21e70f4e9267c71b7bfd08 Mon Sep 17 00:00:00 2001 From: John Doe Date: Sun, 27 May 2018 07:34:51 -0700 Subject: Typo (#18141) * Ajusted -> Adjusted * alot -> a lot * Ambigous -> Ambiguous * amoun -> amount * amoung -> among * Amperstand -> Ampersand * Anbody -> Anybody * anddoens't -> and doesn't * anme -> name * annoations -> annotations * annother -> another * anothr -> another * ansynchronous -> asynchronous * anticpation -> anticipation * anway -> anyway * aother -> another * Apparant -> Apparent * appartment -> apartment * appdmomain -> appdomain * Appdomian -> Appdomain * appdomin -> appdomain * approproiate -> appropriate * approprate -> appropriate * approp -> appropriate * appened -> appended * appropiately -> appropriately * appropraitely -> appropriately * Apperantly -> Apparently * approp. -> appropriate * Approriate -> Appropriate --- src/vm/testhookmgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vm/testhookmgr.h') diff --git a/src/vm/testhookmgr.h b/src/vm/testhookmgr.h index 6ba3cdbee3..fc21501874 100644 --- a/src/vm/testhookmgr.h +++ b/src/vm/testhookmgr.h @@ -82,7 +82,7 @@ public: STDMETHOD(StartingNativeImageBind)(LPCWSTR wszAsmName, BOOL bIsCompilationProcess); STDMETHOD(CompletedNativeImageBind)(LPVOID pFile,LPCUTF8 simpleName, BOOL hasNativeImage); STDMETHOD(AboutToLockImage)(LPCWSTR wszPath, BOOL bIsCompilationProcess); - STDMETHOD_(VOID,DoApproriateWait)( int cObjs, HANDLE *pObjs, INT32 iTimeout, BOOL bWaitAll, int* res); + STDMETHOD_(VOID,DoAppropriateWait)( int cObjs, HANDLE *pObjs, INT32 iTimeout, BOOL bWaitAll, int* res); STDMETHOD(GC)(int generation); STDMETHOD(GetSimpleName)(LPVOID domainfile,LPCUTF8* name); STDMETHOD(RuntimeStarted)(DWORD code); -- cgit v1.2.3