summaryrefslogtreecommitdiff
path: root/src/inc/testhook.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/testhook.h')
-rw-r--r--src/inc/testhook.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/testhook.h b/src/inc/testhook.h
index ba2435d3e7..90977a1e62 100644
--- a/src/inc/testhook.h
+++ b/src/inc/testhook.h
@@ -78,7 +78,7 @@ public:
STDMETHOD(AddTestHook)(ICLRTestHook* hook)=0;
STDMETHOD(EnableSlowPath) (BOOL bEnable) =0;
STDMETHOD(UnloadAppDomain)(DWORD adid,DWORD flags)=0;
- STDMETHOD_(VOID,DoApproriateWait)( int cObjs, HANDLE *pObjs, INT32 iTimeout, BOOL bWaitAll, int* res)=0;
+ STDMETHOD_(VOID,DoAppropriateWait)( int cObjs, HANDLE *pObjs, INT32 iTimeout, BOOL bWaitAll, int* res)=0;
STDMETHOD(GC)(int generation)=0;
STDMETHOD(GetSimpleName)(LPVOID domainfile,LPCUTF8* name)=0;
STDMETHOD_(INT_PTR,GetCurrentThreadType)(VOID)=0; //see clrhost.h