From 7830ec7d971376df5770474fd1cdc66e01a12a8e Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Wed, 23 Oct 2024 22:33:53 +0200 Subject: [PATCH] fix a typo --- updater/software/Shotcut.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater/software/Shotcut.cs b/updater/software/Shotcut.cs index 08a4285e..434edf9f 100644 --- a/updater/software/Shotcut.cs +++ b/updater/software/Shotcut.cs @@ -68,7 +68,7 @@ public Shotcut(bool autoGetNewer) /// details about the software. public override AvailableSoftware knownInfo() { - // Since v20.10.31, shotcut only provides 64-bit builds on Windows. + // Since v20.10.31, Shotcut only provides 64-bit builds on Windows. // Older 32-bit builds may still be installed, so we use the 64-bit build for // both 32-bit and 64-bit installations, effectively crossgrading 32-bit to // 64-bit installations.