From: Pascal Packaging Team Date: Sat, 7 Oct 2017 14:12:36 +0000 (+0100) Subject: fix-spelling-errors_more X-Git-Tag: archive/raspbian/3.0.2+dfsg-6+rpi1^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d00a86154af8d8c9a856d1fb96f71c21ddf723f7;p=fpc.git fix-spelling-errors_more Gbp-Pq: Name fix-spelling-errors_more.patch --- diff --git a/install/man/man1/fpc.1 b/install/man/man1/fpc.1 index e1b0f7aa..38934d50 100644 --- a/install/man/man1/fpc.1 +++ b/install/man/man1/fpc.1 @@ -275,7 +275,7 @@ Tells the compiler to use pipes to communicate with the assembler. Tells the compiler to include register allocation/deallocation information. .TP .BI \-at -Tells the compiler to include temparary register allocation/deallocation information. +Tells the compiler to include temporary register allocation/deallocation information. .TP .BI \-A xxx specifies what kind of assembler should be generated . Here diff --git a/install/man/man1/h2pas.1 b/install/man/man1/h2pas.1 index 94fae831..e28afea6 100644 --- a/install/man/man1/h2pas.1 +++ b/install/man/man1/h2pas.1 @@ -100,7 +100,7 @@ defines are changed into pascal constants if they are simple defines. macros are changed - wherever possible to functions; however the arguments are all integers, so these must be changed manually. Simple expressions in define staments are recognized, as are most arithmetic operators: -addition, substraction, multiplication, division, logical operators, +addition, subtraction, multiplication, division, logical operators, comparison operators, shift operators. The C construct ( A ? B : C) is also recognized and translated to a pascal construct with an IF statement (this is buggy, however).