From 3b28e5552fe839ea740bffb4a7ec44c37c78b75a Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Thu, 16 Dec 2010 06:53:45 +0000 Subject: [PATCH] Fixed typo: "customer" -> "custom" --- AppleWin/docs/Debugger_Changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppleWin/docs/Debugger_Changelog.txt b/AppleWin/docs/Debugger_Changelog.txt index 3da683c1..5976f5e3 100644 --- a/AppleWin/docs/Debugger_Changelog.txt +++ b/AppleWin/docs/Debugger_Changelog.txt @@ -13,7 +13,7 @@ TEXT82 // CMD_VIEW_TEXT82 <- CMD_VIEW_TEXT8X W // CMD_WATCH <- CMD_WATCH_ADD .5 Added: Internal consistency checking for commands and their internal command enum. -.4 Fixed: Added customer assembler type and debugger disassembly display uses variable +.4 Fixed: Added custom assembler type and debugger disassembly display uses variable instead of always being hard-coded to Merlin directives. .5 Fixed: Data disassembler help -- was using wrong command help offset due to wrong order of commands. .3 Fixed: Assembler now accepts lower-case mnemonics