From 7281c42c5969974ffeef02d883f6ee4aa7b3bb0a Mon Sep 17 00:00:00 2001 From: Pascal Packaging Team Date: Fri, 2 Mar 2018 08:13:21 +0000 Subject: [PATCH] fix-spelling-errors-3 Gbp-Pq: Name fix-spelling-errors-3.patch --- fpcsrc/compiler/msg/errore.msg | 2 +- fpcsrc/utils/fpcm/fpcmake.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fpcsrc/compiler/msg/errore.msg b/fpcsrc/compiler/msg/errore.msg index badfd1ab..f7a86766 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 -- 2.30.2