From fd8927391f8678d35fff6b64d35da45533c875e4 Mon Sep 17 00:00:00 2001 From: marco Date: Sun, 8 May 2005 19:56:59 +0000 Subject: [PATCH] * typo fixed --- compiler/utils/fpc.pp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/compiler/utils/fpc.pp b/compiler/utils/fpc.pp index 1bfbedff37..48e61bc957 100644 --- a/compiler/utils/fpc.pp +++ b/compiler/utils/fpc.pp @@ -203,12 +203,15 @@ program fpc; error(ppcbin+' can''t be executed, error message: '+e.message); end; if errorvalue<>0 then - error(ppcbin+' returned an error exitcode (normal if you did not specifiy a source file to be compiled)'); + error(ppcbin+' returned an error exitcode (normal if you did not specify a source file to be compiled)'); halt(errorvalue); end. { $Log$ - Revision 1.19 2005-02-14 17:13:10 peter + Revision 1.20 2005-05-08 19:56:59 marco + * typo fixed + + Revision 1.19 2005/02/14 17:13:10 peter * truncate log Revision 1.18 2005/01/14 21:04:44 armin