From ea322f3df0455d376755febd96a7c9677abf76f4 Mon Sep 17 00:00:00 2001 From: Phaedrus Leeds Date: Fri, 12 Nov 2021 17:42:30 -0800 Subject: [PATCH] dir: Fix typos in a warning (cherry picked from commit fd4e9e84cde35ac4c763178521b7c2c5d5fe4b4f) --- common/flatpak-dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/flatpak-dir.c b/common/flatpak-dir.c index 80ff5e5f..f99b47bd 100644 --- a/common/flatpak-dir.c +++ b/common/flatpak-dir.c @@ -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); }