Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Oct 23, 2024
1 parent c0600f0 commit 7830ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater/software/Shotcut.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public Shotcut(bool autoGetNewer)
/// details about the software.</returns>
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.
Expand Down

0 comments on commit 7830ec7

Please sign in to comment.