From 56fea8788f38112cc6207f3fc32731f9842a4b0a Mon Sep 17 00:00:00 2001 From: "ol.sc" Date: Sun, 18 Jul 2010 10:22:55 +0000 Subject: [PATCH] Fixed typo. git-svn-id: svn://svn.cc65.org/cc65/trunk@4751 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/apple2.sgml | 2 +- doc/apple2enh.sgml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/apple2.sgml b/doc/apple2.sgml index 16ea35dd7..a7ce3c120 100644 --- a/doc/apple2.sgml +++ b/doc/apple2.sgml @@ -503,7 +503,7 @@ name="assembler manual">. returns the correct sector count for all ProDOS 8 disks. However for any non-ProDOS 8 - disk it simply always return 280 (which is only correct for a 140 KB disk). + disk it simply always returns 280 (which is only correct for a 140 KB disk). This condition is indicated by the _oserror value 82.

diff --git a/doc/apple2enh.sgml b/doc/apple2enh.sgml index 9286005f5..6d0c8916c 100644 --- a/doc/apple2enh.sgml +++ b/doc/apple2enh.sgml @@ -509,7 +509,7 @@ name="assembler manual">. returns the correct sector count for all ProDOS 8 disks. However for any non-ProDOS 8 - disk it simply always return 280 (which is only correct for a 140 KB disk). + disk it simply always returns 280 (which is only correct for a 140 KB disk). This condition is indicated by the _oserror value 82.

-- 2.39.5