summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhaedrus Leeds <mwleeds@protonmail.com>2021-11-12 17:42:30 -0800
committerSimon McVittie <smcv@collabora.com>2022-01-04 11:43:51 +0000
commitea322f3df0455d376755febd96a7c9677abf76f4 (patch)
treef909a6fec5ded3b406a1dde612477ff94f6764de
parentad26c8e1fffa615f989cb8243d19fd17bddf322b (diff)
downloadflatpak-ea322f3df0455d376755febd96a7c9677abf76f4.tar.gz
dir: Fix typos in a warning
(cherry picked from commit fd4e9e84cde35ac4c763178521b7c2c5d5fe4b4f)
-rw-r--r--common/flatpak-dir.c2
1 files changed, 1 insertions, 1 deletions
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);
}