X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Fshared%2FWADEDITOR_dfzip.pas;h=42816ab40d1b099922b82f2c8f4e2b01003ae256;hp=fd57998a9a7c49d1874f3ce99e51f3b453a9713b;hb=14abb5120b4b8cb65bb4490a883df9635d51416d;hpb=d8d64dd9e4ca2f0fbedce9735a22b0ed5f8ebd53 diff --git a/src/shared/WADEDITOR_dfzip.pas b/src/shared/WADEDITOR_dfzip.pas index fd57998..42816ab 100644 --- a/src/shared/WADEDITOR_dfzip.pas +++ b/src/shared/WADEDITOR_dfzip.pas @@ -1110,7 +1110,7 @@ implementation raise Exception.Create('EOCD not found (corrupted file?)'); end else - raise Exception.Create('Not DFZIP formated file'); + raise Exception.Create('Not DFZIP formatted file'); end; function TZIPEditor.ReadFile2(FileName: String): Boolean;