You've already forked lazarus-ccr
fpspreadsheet: Fix typo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7593 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -5893,7 +5893,7 @@ begin
|
||||
|
||||
if book.MetaData.LastModifiedBy <> '' then
|
||||
AppendToStream(FSMeta, Format(
|
||||
'<dc:creator>%s</dc:creator>', [book.Metadata.LastMofifiedBy]));
|
||||
'<dc:creator>%s</dc:creator>', [book.Metadata.LastModifiedBy]));
|
||||
|
||||
if book.MetaData.DateCreated > 0 then
|
||||
begin
|
||||
|
Reference in New Issue
Block a user