mirror of https://gitlab.com/basile.b/dexed.git
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:
parent
23666992a4
commit
9bb8768955
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue