DEADSOFTWARE

Map: Use the animation flags in the map texture list only as a hint, not a prescription
[d2df-editor.git] / src / shared / WADEDITOR_dfzip.pas
index fd57998a9a7c49d1874f3ce99e51f3b453a9713b..42816ab40d1b099922b82f2c8f4e2b01003ae256 100644 (file)
@@ -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;