From cc7ff1ec9e7b3f05da109910447d595a53792a65 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 9 Nov 2019 14:59:35 -0500 Subject: [PATCH] Corrects typo. --- Outputs/CRT/CRT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Outputs/CRT/CRT.cpp b/Outputs/CRT/CRT.cpp index 6d2f17f4a..fa73fb94b 100644 --- a/Outputs/CRT/CRT.cpp +++ b/Outputs/CRT/CRT.cpp @@ -272,7 +272,7 @@ void CRT::advance_cycles(int number_of_cycles, bool hsync_requested, bool vsync_ colour_burst_amplitude_); } - // if this is vertical retrace then adcance a field + // if this is vertical retrace then advance a field if(next_run_length == time_until_vertical_sync_event && next_vertical_sync_event == Flywheel::SyncEvent::EndRetrace) { if(delegate_) { frames_since_last_delegate_call_++;