From 13188d67bdc92bf706338311f87c2f4bcea87e62 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 31 Dec 2004 18:36:44 +0000 Subject: [PATCH] * spelling fixed * compiler is fpc instead ppc386 --- installer/install.pas | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/installer/install.pas b/installer/install.pas index d2c63ff8a1..3ecd8535fe 100644 --- a/installer/install.pas +++ b/installer/install.pas @@ -958,7 +958,7 @@ program install; {$ENDIF} R.Assign(2, YB - 13, 64, YB - 12); - P:=new(pstatictext,init(r,'To compile files enter '''+cfg.pack[1].ppc386+' [file]''')); + P:=new(pstatictext,init(r,'To compile files enter fpc [file]''')); insert(P); if haside then @@ -1401,7 +1401,7 @@ end; WriteLn (Log, 'Free space on drive '+S[1]+': ',DotStr(Space),' Kb'); if Space < DSize then - S := 'is not' + S := 'is not ' else S := ''; if (Space < DSize + 500) then @@ -2003,7 +2003,11 @@ begin end. { $Log$ - Revision 1.24 2004-12-23 17:36:53 peter + Revision 1.25 2004-12-31 18:36:44 florian + * spelling fixed + * compiler is fpc instead ppc386 + + Revision 1.24 2004/12/23 17:36:53 peter use %token% macros instead of $1 and $2 Revision 1.23 2004/12/22 15:28:48 peter @@ -2077,4 +2081,4 @@ end. Revision 1.1 2002/01/29 17:59:15 peter * moved installer -} +} \ No newline at end of file