fix-spelling-errors-3
authorPascal Packaging Team <pkg-pascal-devel@lists.alioth.debian.org>
Sat, 30 Dec 2017 20:14:32 +0000 (20:14 +0000)
committerAbou Al Montacir <abou.almontacir@sfr.fr>
Sat, 30 Dec 2017 20:14:32 +0000 (20:14 +0000)
Gbp-Pq: Name fix-spelling-errors-3.patch

fpcsrc/compiler/msg/errore.msg
fpcsrc/utils/fpcm/fpcmake.ini

index badfd1ab4ed2e23f250fe1a80d480400202f00a0..f7a867663b7a64638b21b10d064aacce3f7d1dfc 100644 (file)
@@ -3064,7 +3064,7 @@ unit_u_check_time=10037_U_PPU Check file $1 time $2
 #% the same conditionals are set for the recompiliation. The compiler has
 #% found a conditional that was used the last time the unit was compiled, but
 #% the conditional is currently not defined.
-unit_w_cant_compile_unit_with_changed_incfile=10040_W_Can't recompile unit $1, but found modifed include files
+unit_w_cant_compile_unit_with_changed_incfile=10040_W_Can't recompile unit $1, but found modified include files
 % A unit was found to have modified include files, but
 % some source files were not found, so recompilation is impossible.
 unit_u_source_modified=10041_U_File $1 is newer than the one used for creating PPU file $2
index 313b28073016520420466f937491cf99029d6451..6135a7b8d7fbca431b9b0672d718a71901b3d835 100644 (file)
@@ -109,7 +109,7 @@ ifdef inUnix
 PATHSEP=/
 else
 PATHSEP:=$(subst /,\,/)
-# cygwin bash or sh can not handle backslashs
+# cygwin bash or sh can not handle backslashes
 ifdef inCygWin
 PATHSEP=/
 endif