fix-spell-errors
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-spell-errors.patch

install/man/man1/fp.1
install/man/man1/fpdoc.1
install/man/man1/grab_vcsa.1
install/man/man1/h2pas.1
install/man/man1/pas2jni.1
install/man/man1/ppdep.1

index c7fc6ba600c01eacf1c284f134f89554e709312d..7e164a58443fea246e46f8b243b25a75a1643038 100644 (file)
@@ -49,7 +49,7 @@ on-line help system and a debugger.
 
 A text mode windowing system is the base of the user interface. The mouse is supported,
 but most people will use the keyboard. The user will usually open a few text editor
-windows in which he will design his program, during which he can regularily check and
+windows in which he will design his program, during which he can regularly check and
 debug through the use of hot keys. The high speed of the compiler ensures that programmers
 can do this often and therefore allows speedy development of code.
 
index 3104ef93e4dbf069f0f62ab0e35575b7b6455837..0aacf10c0cd7cad91d676407b66c04fef4fc21a0 100644 (file)
@@ -43,7 +43,7 @@ option.
 .BI \-\-cputarget=value
 This option tells 
 .B fpdoc
-for which CPU to generate documentation. This simply defines the approriate CPU macros.
+for which CPU to generate documentation. This simply defines the appropriate CPU macros.
 .TP
 .BI \-\-descr=descfile
 This option specifies the name of a description file
@@ -190,7 +190,7 @@ where to look for the translation files that can be used to internationalize  fp
 .BI \-\-ostarget=value
 This option tells 
 .B fpdoc
-for which operating system to generate documentation. This simply defines the approriate operating system macros.
+for which operating system to generate documentation. This simply defines the appropriate operating system macros.
 .TP
 .BI \-\-output=name 
 This option tells 
index 9f5e949a531feb307170f9b1580b60c430691bd9..7404c90a18a692c4c0b20e31deb6ba3d21786e50 100644 (file)
@@ -37,7 +37,7 @@ work). The permissions are automatically reverted on logout.
 
 .B grab_vcsa
 is used by the Free Pascal video unit. The video unit allows programmers to
-develop portable programs accross Dos, Linux, FreeBSD, Windows, OS/2 and
+develop portable programs across Dos, Linux, FreeBSD, Windows, OS/2 and
 other operating systems while they can still assume being able to use the
 full VGA character set.
 
index 1d7c1df4b5ffdc76e2fa5a6a535268aa18a316fd..94fae8315827cfafd9f0575ae98fa4eb9a2f7d08 100644 (file)
@@ -101,7 +101,7 @@ 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, 
-comparision operators, shift operators. The C construct ( A ? B : C)
+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).
 
index cfea45009b36b3d1928f773a5260b1136d78c4fe..7b053a6314bae5be63423e402aa0de0c11fa7fef 100644 (file)
@@ -9,7 +9,7 @@ pas2jni - Free Pascal Java Native Interface generation tool
 Generate a Java native interface description and library from compiled Free Pascal units.
 pas2jni generates per unit 2 files: a library that provides access to the functions and 
 procedures in the pascal unit in a manner that Java understands, and a .java file that 
-describes the library, and can be used to access the libary from Java.
+describes the library, and can be used to access the library from Java.
 
 .SH OPTIONS
 .TP
index f773b495f8466ba1c8747242320ba20790555a3c..24ea8bc2265d79298d3359f0c59bd0cec364e161 100644 (file)
@@ -20,7 +20,7 @@ implementation section of the unit, and it can handle conditional defines.
 You can invoke 
 .B ppdep
 with as the only required argument the name of the
-file (program or unit) whose dependecies you wish to list. You don't need 
+file (program or unit) whose dependencies you wish to list. You don't need
 to specify an extension, by default 
 .B .pp
 is assumed.