mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:36:09 +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 <> '='
|
if StopChar <> '='
|
||||||
then begin
|
then begin
|
||||||
debugln(DBGMI_STRUCT_PARSER, 'Expected assignement, but other found.');
|
debugln(DBGMI_STRUCT_PARSER, 'Expected assignment, but other found.');
|
||||||
Break;
|
Break;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
@ -6396,7 +6396,7 @@ begin
|
|||||||
if FOutputDir=nil then begin
|
if FOutputDir=nil then begin
|
||||||
//DebugLn('TProjectDefineTemplates.UpdateDefinesForOutputDirectory ',Owner.IDAsString,' creating FOutputDir');
|
//DebugLn('TProjectDefineTemplates.UpdateDefinesForOutputDirectory ',Owner.IDAsString,' creating FOutputDir');
|
||||||
FOutputDir:=TDefineTemplate.Create(ProjectOutputDirDefTemplName,
|
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.SetDefineOwner(Proj,false);
|
||||||
FOutputDir.SetFlags([dtfAutoGenerated],[],false);
|
FOutputDir.SetFlags([dtfAutoGenerated],[],false);
|
||||||
DisableDefaultsInDirectories(FOutputDir,false);
|
DisableDefaultsInDirectories(FOutputDir,false);
|
||||||
|
Loading…
Reference in New Issue
Block a user