From 9765b7645574045d7cdec8ed2a1d6ba709a79105 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sat, 15 Dec 2007 20:12:28 +0000 Subject: [PATCH] Fixed typos. --- platform/win32/ctk/ctk-console.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/win32/ctk/ctk-console.c b/platform/win32/ctk/ctk-console.c index bef9100ac..85176b701 100644 --- a/platform/win32/ctk/ctk-console.c +++ b/platform/win32/ctk/ctk-console.c @@ -30,7 +30,7 @@ * * Author: Oliver Schmidt * - * $Id: ctk-console.c,v 1.9 2007/04/15 13:30:16 oliverschmidt Exp $ + * $Id: ctk-console.c,v 1.10 2007/12/15 20:12:28 oliverschmidt Exp $ */ #define WIN32_LEAN_AND_MEAN @@ -196,14 +196,14 @@ clrscr(void) void bgcolor(unsigned char c) { - /* Presume this to be one the first calls. */ + /* Presume this to be one of the first calls. */ console_init(); } /*-----------------------------------------------------------------------------------*/ void bordercolor(unsigned char c) { - /* Presume this to be one the first calls. */ + /* Presume this to be one of the first calls. */ console_init(); } /*-----------------------------------------------------------------------------------*/