Fixed a typo

Not enough knowledge to help make it better, but I found a typo I noticed while using it. :D
This commit is contained in:
Christopher Weigle 2015-05-07 21:18:44 -04:00
parent 23666992a4
commit 9bb8768955
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ var
begin
doc := getDocument(index);
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);
doc.Free;
result := true;