fixed spelling errors, bug , from Paul Gevers

git-svn-id: trunk@55172 -
This commit is contained in:
mattias 2017-06-02 20:44:47 +00:00
parent 9c0b214488
commit d701d4a458
2 changed files with 2 additions and 2 deletions
components/lazdebuggergdbmi
ide

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

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