DEADSOFTWARE

some proofreading
[d2df-editor.git] / src / editor / f_savemap.pas
index a78e6009a44a3dd6d6c165eadb50f7a7c3299155..15ddd506f09e6260c48c0550ddb0c636e8324b31 100644 (file)
@@ -107,7 +107,7 @@ begin
   end
   else
   begin
-    // format specified -> appned using exactly this format (overwrite if not compatible)
+    // format specified -> append using exactly this format (overwrite if not compatible)
     WAD := gWADEditorFactory.CreateEditor(ArchiveFormat);
     if WAD.ReadFile(FileName) = False then
       WAD.FreeWAD();