mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-25 16:09:33 +02:00
fixed spelling errors, bug #31956, from Paul Gevers
git-svn-id: trunk@55172 -
This commit is contained in:
parent
9c0b214488
commit
d701d4a458
@ -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;
|
||||
|
||||
|
@ -6412,7 +6412,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