fixed spelling errors, bug #31956, from Paul Gevers

git-svn-id: branches/fixes_1_8@55171 -
This commit is contained in:
mattias 2017-06-02 20:44:31 +00:00
parent 4ff4670289
commit 52814c29e5
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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);