From: Pascal Packaging Team Date: Thu, 24 Aug 2017 15:25:31 +0000 (+0100) Subject: fix-spelling-errors-3 X-Git-Tag: archive/raspbian/3.0.2+dfsg-6+rpi1~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e4065446f8d91bef8bb4dcc70842d11eef6eaede;p=fpc.git fix-spelling-errors-3 Gbp-Pq: Name fix-spelling-errors-3.patch --- diff --git a/fpcsrc/compiler/msg/errore.msg b/fpcsrc/compiler/msg/errore.msg index c60f0294..ef7ba4ef 100644 --- a/fpcsrc/compiler/msg/errore.msg +++ b/fpcsrc/compiler/msg/errore.msg @@ -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 diff --git a/fpcsrc/utils/fpcm/fpcmake.ini b/fpcsrc/utils/fpcm/fpcmake.ini index 313b2807..6135a7b8 100644 --- a/fpcsrc/utils/fpcm/fpcmake.ini +++ b/fpcsrc/utils/fpcm/fpcmake.ini @@ -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