Description: Spelling issues found by lintian
Author: Paul Gevers <elbrus@debian.org>

Index: lazarus/components/lazdebuggergdbmi/gdbmidebugger.pp
===================================================================
--- lazarus.orig/components/lazdebuggergdbmi/gdbmidebugger.pp
+++ lazarus/components/lazdebuggergdbmi/gdbmidebugger.pp
@@ -11796,7 +11796,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;
 
Index: lazarus/ide/project.pp
===================================================================
--- lazarus.orig/ide/project.pp
+++ lazarus/ide/project.pp
@@ -6237,7 +6237,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);
