From 638ae43c891b2860fcde05aee6a4008d0ce6411e Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 15 Jan 2002 20:41:59 +0000 Subject: [PATCH] Small typo fix. --- include/console.h | 2 +- tools/winedump/output.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/console.h b/include/console.h index 85570d0f001..b4a058d7b0f 100644 --- a/include/console.h +++ b/include/console.h @@ -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); diff --git a/tools/winedump/output.c b/tools/winedump/output.c index 15bb7ed6d00..57d15191baf 100644 --- a/tools/winedump/output.c +++ b/tools/winedump/output.c @@ -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) {