Spelling fixes (s/occured/occurred/ and variants).
This commit is contained in:
parent
d09b2b988a
commit
3ca761220a
|
@ -969,7 +969,7 @@ static void draw_primitive_handle_GL_state(IDirect3DDeviceImpl *This,
|
|||
}
|
||||
|
||||
/* TODO: optimize this to not always reset all the fog stuff on all DrawPrimitive call
|
||||
if no fogging state change occured */
|
||||
if no fogging state change occurred */
|
||||
if (This->state_block.render_state[D3DRENDERSTATE_FOGENABLE - 1] == TRUE) {
|
||||
if (vertex_transformed == TRUE) {
|
||||
if (glThis->fogging != 0) {
|
||||
|
|
|
@ -415,7 +415,7 @@ DWORD __wine_finally_handler( EXCEPTION_RECORD *record, EXCEPTION_FRAME *frame,
|
|||
/*************************************************************
|
||||
* __wine_callto16_handler
|
||||
*
|
||||
* Handler for exceptions occuring in 16-bit code.
|
||||
* Handler for exceptions occurring in 16-bit code.
|
||||
*/
|
||||
DWORD __wine_callto16_handler( EXCEPTION_RECORD *record, EXCEPTION_FRAME *frame,
|
||||
CONTEXT *context, LPVOID pdispatcher )
|
||||
|
|
|
@ -39,7 +39,7 @@ typedef struct _NOTIFICATIONLIST
|
|||
LPNOTIFYREGISTER apidl; /* array of entries to watch*/
|
||||
UINT cidl; /* number of pidls in array */
|
||||
LONG wEventMask; /* subscribed events */
|
||||
LONG wSignalledEvent; /* event that occured */
|
||||
LONG wSignalledEvent; /* event that occurred */
|
||||
DWORD dwFlags; /* client flags */
|
||||
LPCITEMIDLIST pidlSignaled; /*pidl of the path that caused the signal*/
|
||||
|
||||
|
|
|
@ -154,7 +154,7 @@ INT X11DRV_ScrollWindowEx( HWND hwnd, INT dx, INT dy,
|
|||
DeleteObject( hrgn );
|
||||
}
|
||||
|
||||
/* Take into account the fact that some damages may have occured during the scroll */
|
||||
/* Take into account the fact that some damage may have occurred during the scroll */
|
||||
hrgnTemp = CreateRectRgn( 0, 0, 0, 0 );
|
||||
retVal = GetUpdateRgn( hwnd, hrgnTemp, FALSE );
|
||||
if (retVal != NULLREGION)
|
||||
|
|
|
@ -820,7 +820,7 @@ typedef struct _DDPIXELFORMAT {
|
|||
|
||||
/* DDCAPS.dwSVCaps */
|
||||
/* the first 4 of these are now obsolete */
|
||||
#if DIRECTDRAW_VERSION >= 0x700 /* FIXME: I'm not sure when this switch occured */
|
||||
#if DIRECTDRAW_VERSION >= 0x700 /* FIXME: I'm not sure when this switch occurred */
|
||||
#define DDSVCAPS_RESERVED1 0x00000001
|
||||
#define DDSVCAPS_RESERVED2 0x00000002
|
||||
#define DDSVCAPS_RESERVED3 0x00000004
|
||||
|
|
|
@ -1040,7 +1040,7 @@ static HINSTANCE16 MODULE_LoadModule16( LPCSTR libname, BOOL implicit, BOOL lib_
|
|||
break;
|
||||
}
|
||||
}
|
||||
return hinst; /* The last error that occured */
|
||||
return hinst; /* The last error that occurred */
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -364,7 +364,7 @@ BOOL DEBUG_Normalize(struct name_hash * nh )
|
|||
* Return values:
|
||||
* gsv_found: if the symbol is found
|
||||
* gsv_unknown: if the symbol isn't found
|
||||
* gsv_aborted: some error occured (likely, many symbols of same name exist,
|
||||
* gsv_aborted: some error occurred (likely, many symbols of same name exist,
|
||||
* and user didn't pick one of them)
|
||||
*/
|
||||
static int DEBUG_GSV_Helper(const char* name, const int lineno,
|
||||
|
|
|
@ -32,7 +32,7 @@ struct fd_ops
|
|||
{
|
||||
/* get the events we want to poll() for on this object */
|
||||
int (*get_poll_events)(struct fd *);
|
||||
/* a poll() event occured */
|
||||
/* a poll() event occurred */
|
||||
void (*poll_event)(struct fd *,int event);
|
||||
/* flush the object buffers */
|
||||
int (*flush)(struct fd *, struct event **);
|
||||
|
|
|
@ -58,7 +58,7 @@ set ScrollEdits "Scroll to bottom on input"
|
|||
set EditTitle "TkWine Text Viewer"
|
||||
|
||||
set errorTitle "\n*************** TkWine Error ****************\n\
|
||||
\n An error occured, that I could not resolve. This might be \n\n\
|
||||
\n An error occurred, that I could not resolve. This might be \n\n\
|
||||
a) An invalid entry \n\
|
||||
b) An error in the script\n\
|
||||
In any case, this error should be detected by the script, even an invalid\
|
||||
|
|
|
@ -164,6 +164,6 @@ set DejaConf "Use existing config file:"
|
|||
set GiveCustomDefault "Enter (or choose) the configuration file to use"
|
||||
set GenereConf "Auto-generate a new configuration file"
|
||||
set TkWBuiltConf "Use TkWine built-in configuration file (not recommended)"
|
||||
set AutoConfFail " Warning: An error occured while running tools/wineconf.\n\
|
||||
set AutoConfFail " Warning: An error occurred while running tools/wineconf.\n\
|
||||
You can still edit the generated file (if it does not crashes) but \n\
|
||||
some parts are probably missing. Check for a newer release of wine where wineconf could have been imporved"
|
||||
|
|
|
@ -132,7 +132,7 @@ winspool.drv.
|
|||
.I --wrap
|
||||
Specifies that executable targets should be built as libraries and a small
|
||||
executable wrapper generated for them. This technique is sometimes required
|
||||
to solve initialization problems occuring on the application startup.
|
||||
to solve initialization problems occurring on the application startup.
|
||||
.TP
|
||||
.I --nowrap
|
||||
Specifies that no wrapper should be generated for executable targets. This is
|
||||
|
|
Loading…
Reference in New Issue