mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 08:09:26 +02:00
fixed spelling errors, bug #31956, from Paul Gevers
git-svn-id: branches/fixes_1_8@55171 -
This commit is contained in:
parent
4ff4670289
commit
52814c29e5
@ -11826,7 +11826,7 @@ var
|
||||
|
||||
if StopChar <> '='
|
||||
then begin
|
||||
debugln(DBGMI_STRUCT_PARSER, 'Expected assignement, but other found.');
|
||||
debugln(DBGMI_STRUCT_PARSER, 'Expected assignment, but other found.');
|
||||
Break;
|
||||
end;
|
||||
|
||||
|
@ -6396,7 +6396,7 @@ begin
|
||||
if FOutputDir=nil then begin
|
||||
//DebugLn('TProjectDefineTemplates.UpdateDefinesForOutputDirectory ',Owner.IDAsString,' creating FOutputDir');
|
||||
FOutputDir:=TDefineTemplate.Create(ProjectOutputDirDefTemplName,
|
||||
'Output directoy of proj', '', Proj.GetOutputDirectory, da_Directory);
|
||||
'Output directory of proj', '', Proj.GetOutputDirectory, da_Directory);
|
||||
FOutputDir.SetDefineOwner(Proj,false);
|
||||
FOutputDir.SetFlags([dtfAutoGenerated],[],false);
|
||||
DisableDefaultsInDirectories(FOutputDir,false);
|
||||
|
Loading…
Reference in New Issue
Block a user