diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1b76bc24d9..0ecf6cacf4 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2002-08-05 09:33 UTC+0100 Dave Pearson + * source/compiler/genc.c + * Corrected misspelling of "Alpha". + 2002-08-03 22:50 UTC+0100 Tomaz Zupan * contrib/odbc/odbc.c contrib/odbc/todbc.prg diff --git a/harbour/source/compiler/genc.c b/harbour/source/compiler/genc.c index d19e3af53c..df2806b3b3 100644 --- a/harbour/source/compiler/genc.c +++ b/harbour/source/compiler/genc.c @@ -77,7 +77,7 @@ void hb_compGenCCode( PHB_FNAME pFileName ) /* generates the C language ou fflush( stdout ); } - fprintf( yyc, "/*\n * Harbour Compiler, Apha build %d.%d (%s)\n", + fprintf( yyc, "/*\n * Harbour Compiler, Alpha build %d.%d (%s)\n", HB_VER_MINOR, HB_VER_REVISION, HB_VER_LEX ); fprintf( yyc, " * Generated C source code\n */\n\n" ); @@ -1990,4 +1990,4 @@ static void hb_compGenCCompact( PFUNCTION pFunc, FILE * yyc ) if( nChar != 0) fprintf( yyc, "\n" ); -} \ No newline at end of file +}