From 2502e5b3631886f7f9a8552564db2ee63e3cfbaf Mon Sep 17 00:00:00 2001 From: "Martijn van Berkel (Flitskikker)" Date: Mon, 5 Feb 2024 21:44:07 +0100 Subject: [PATCH] Fix another typo --- src/libse/Forms/TimeCodesBeautifier.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libse/Forms/TimeCodesBeautifier.cs b/src/libse/Forms/TimeCodesBeautifier.cs index 1c55cd6dc..ec2a1ea7c 100644 --- a/src/libse/Forms/TimeCodesBeautifier.cs +++ b/src/libse/Forms/TimeCodesBeautifier.cs @@ -568,7 +568,7 @@ namespace Nikse.SubtitleEdit.Core.Forms } else if (isLeftOutCueOnShotChange) { - // The left out cue in on a shot change + // The left out cue is on a shot change // Try to chain the subtitles var fixedRightInCueFrame = GetFixedChainableSubtitlesRightInCueFrameOutCueOnShot(bestLeftOutCueFrame, bestRightInCueFrame); if (fixedRightInCueFrame != null)