fix-spelling-errors_more
authorPascal Packaging Team <pkg-pascal-devel@lists.alioth.debian.org>
Sat, 7 Oct 2017 14:12:36 +0000 (15:12 +0100)
committerAbou Al Montacir <abou.almontacir@sfr.fr>
Sat, 7 Oct 2017 14:12:36 +0000 (15:12 +0100)
Gbp-Pq: Name fix-spelling-errors_more.patch

install/man/man1/fpc.1
install/man/man1/h2pas.1

index e1b0f7aa30ceaa533f7a04a0240ffa0b65d5168f..38934d50b313c859de4b0fcce6bf9a4b711c7f25 100644 (file)
@@ -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
index 94fae8315827cfafd9f0575ae98fa4eb9a2f7d08..e28afea6fccd82f9be060b8df8c7e150a68e2768 100644 (file)
@@ -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).