From 88fe9b5a69db765065a12740b1712e4db62f264a Mon Sep 17 00:00:00 2001 From: Mark Moxon Date: Wed, 7 Dec 2022 15:48:34 +0000 Subject: [PATCH] Fixed some minor typos --- src/elite-modify-plus4.py | 4 ++-- src/elite-modify.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/elite-modify-plus4.py b/src/elite-modify-plus4.py index b242a05..d6850b6 100644 --- a/src/elite-modify-plus4.py +++ b/src/elite-modify-plus4.py @@ -6,7 +6,7 @@ # # Written by Mark Moxon # -# This script applies flicker-free ship-drawing to Commodore Plus/4} Elite, as +# This script applies flicker-free ship-drawing to Commodore Plus/4 Elite, as # described here: # # https://www.bbcelite.com/deep_dives/flicker-free_ship_drawing.html @@ -227,7 +227,7 @@ insert_nops(data_block, 0x9FC1 + 0x900, 1) # LL9 (Part 10) # -# This are the two modifications at LL79. +# These are the two modifications at LL79. # # From: LDA (V),Y # TAX diff --git a/src/elite-modify.py b/src/elite-modify.py index ec794b4..268fc84 100644 --- a/src/elite-modify.py +++ b/src/elite-modify.py @@ -267,7 +267,7 @@ insert_nops(data_block, 0x9FC1, 1) # LL9 (Part 10) # -# This are the two modifications at LL79. +# These are the two modifications at LL79. # # From: LDA (V),Y # TAX