From d77e4da2de576d31c3554b22b0a46cce7ab5954c Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Sat, 28 Dec 2019 23:29:16 -0500 Subject: [PATCH] pt3_lib: fix minor typo --- pt3_lib/pt3_lib_init.s | 2 +- pt3_player/pt3_lib_init.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pt3_lib/pt3_lib_init.s b/pt3_lib/pt3_lib_init.s index e2f7e448..037b1ade 100644 --- a/pt3_lib/pt3_lib_init.s +++ b/pt3_lib/pt3_lib_init.s @@ -387,7 +387,7 @@ note_table_propogate_loop: ;================================================ ; propogation isn't enough, various values - ; are ofte off by one, so adjust using a bitmask + ; are often off by one, so adjust using a bitmask ;================================================ NoteTableAdjust: diff --git a/pt3_player/pt3_lib_init.s b/pt3_player/pt3_lib_init.s index e2f7e448..037b1ade 100644 --- a/pt3_player/pt3_lib_init.s +++ b/pt3_player/pt3_lib_init.s @@ -387,7 +387,7 @@ note_table_propogate_loop: ;================================================ ; propogation isn't enough, various values - ; are ofte off by one, so adjust using a bitmask + ; are often off by one, so adjust using a bitmask ;================================================ NoteTableAdjust: