dir: Fix typos in a warning

(cherry picked from commit fd4e9e84cd)
This commit is contained in:
Phaedrus Leeds
2021-11-12 17:42:30 -08:00
committed by Simon McVittie
parent ad26c8e1ff
commit ea322f3df0

View File

@@ -11826,7 +11826,7 @@ flatpak_dir_remote_fetch_indexed_summary (FlatpakDir *self,
{
sha256 = g_compute_checksum_for_bytes (G_CHECKSUM_SHA256, applied);
if (strcmp (sha256, checksum) != 0)
g_warning ("Appliying delta gave wrong checksum, falling backn");
g_warning ("Applying delta gave wrong checksum, falling back");
else
summary = g_steal_pointer (&applied);
}