diff options
-rw-r--r-- | src/libw32dll/wine/module.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libw32dll/wine/module.c b/src/libw32dll/wine/module.c index 8e88fb5e6..559f93201 100644 --- a/src/libw32dll/wine/module.c +++ b/src/libw32dll/wine/module.c @@ -939,7 +939,7 @@ FARPROC MODULE_GetProcAddress( #ifdef DEBUG_QTX_API #define DECL_COMPONENT(sname,name,type) \ if(!strcmp(function,name)){ \ - fprintf(stderr,name "dispatcher catched -> %p\n",retproc); \ + fprintf(stderr,name "dispatcher caught -> %p\n",retproc); \ real_ ## sname = retproc; retproc = fake_ ## sname; \ } #include "qt_comp.h" @@ -950,7 +950,7 @@ FARPROC MODULE_GetProcAddress( // || !strcmp(function,"_CallComponentFunctionWithStorage") // || !strcmp(function,"_CallComponent") ){ - fprintf(stderr,"theQuickTimeDispatcher catched -> %p\n",retproc); + fprintf(stderr,"theQuickTimeDispatcher caught -> %p\n",retproc); report_entry = report_func; report_ret = report_func_ret; wrapper_target=retproc; |