Small typo fix.

This commit is contained in:
Francois Gouget 2002-01-15 20:41:59 +00:00 committed by Alexandre Julliard
parent 49762a3a50
commit 638ae43c89
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ typedef struct CONSOLE_DRIVER
void (*resizeScreen)(int, int);
void (*notifyResizeScreen)(int, int); /* May be rethought later... */
/* Accellerator Functions (Screen) */
/* Accelerator Functions (Screen) */
void (*clearWindow)(char, char, char, char, int, int);
void (*scrollUpWindow)(char, char, char, char, char, int, int);
void (*scrollDownWindow)(char, char, char, char, char, int, int);

View File

@ -65,7 +65,7 @@ void output_spec_symbol (const parsed_symbol *sym)
ord_spec[1] = '\0';
}
if (sym->flags & SYM_THISCALL)
strcat (ord_spec, " -i386"); /* For binary compatability only */
strcat (ord_spec, " -i386"); /* For binary compatibility only */
if (!globals.do_code || !sym->function_name)
{