diff --git a/StabilityMatrix.Core/Models/Update/UpdateInfo.cs b/StabilityMatrix.Core/Models/Update/UpdateInfo.cs index 4e11d891e..734ec3fe0 100644 --- a/StabilityMatrix.Core/Models/Update/UpdateInfo.cs +++ b/StabilityMatrix.Core/Models/Update/UpdateInfo.cs @@ -27,7 +27,7 @@ public record UpdateInfo public required string HashBlake3 { get; init; } /// - /// ED25519 signature of the semicolon seperated string: + /// ED25519 signature of the semicolon separated string: /// "version + releaseDate + channel + type + url + changelog + hash_blake3" /// verifiable using our stored public key ///