Merge pull request #5 from avarisclari/patch-1

Fixed a typo
This commit is contained in:
Basile Burg 2015-05-08 06:44:36 +02:00
commit 371abad87f
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ var
begin begin
doc := getDocument(index); doc := getDocument(index);
if doc.modified then if dlgOkCancel(format( if doc.modified then if dlgOkCancel(format(
'The latest "%s" mofifications are not saved, continue ?', 'The latest "%s" modifications are not saved, continue ?',
[shortenPath(doc.fileName,25)])) = mrCancel then exit(false); [shortenPath(doc.fileName,25)])) = mrCancel then exit(false);
doc.Free; doc.Free;
result := true; result := true;