diff --git a/applications/gobject-introspection/girpascalwriter.pas b/applications/gobject-introspection/girpascalwriter.pas index 5567bc40a..0a5e2e026 100644 --- a/applications/gobject-introspection/girpascalwriter.pas +++ b/applications/gobject-introspection/girpascalwriter.pas @@ -1854,7 +1854,7 @@ begin Libs.CommaText:=NameSpace.SharedLibrary; Result := TStringStream.Create(''); - Str.WriteString(IndentText('{ This is an autogenerated unit using gobject intorspection. Do not Edit. }',0,2)); + Str.WriteString(IndentText('{ This is an autogenerated unit using gobject introspection. Do not Edit. }',0,1)); Str.WriteString(IndentText('unit '+ UnitName+';',0,2)); Str.WriteString(IndentText('{$MODE OBJFPC}{$H+}',0,2)); Str.WriteString(IndentText('{$PACKRECORDS C}',0,1));