summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Leeds <matthew.leeds@endlessm.com>2020-07-10 20:00:15 -0700
committerAlexander Larsson <alexander.larsson@gmail.com>2020-07-21 09:02:18 +0200
commit1841803ef333d57d7fb33def0224ca667d310288 (patch)
tree48b2b783449107c71693570a575cbfd43b8a2be8
parent7584be3944d6469d407c89a4f220755d1ad31c47 (diff)
downloadflatpak-1841803ef333d57d7fb33def0224ca667d310288.tar.gz
Fix typos in a comment
-rw-r--r--common/flatpak-dir.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/flatpak-dir.c b/common/flatpak-dir.c
index c202b98e..2d2bf153 100644
--- a/common/flatpak-dir.c
+++ b/common/flatpak-dir.c
@@ -5578,8 +5578,8 @@ flatpak_dir_pull_untrusted_local (FlatpakDir *self,
/* Here we check that there is actually a ref binding, otherwise we
could allow installing a ref as another app, because both would
pass gpg validation. Note that ostree pull actually also verifies
- the ref-bindings, but only if the exist. We could do only the
- ref-binding exist check, but if we got something weird might as
+ the ref-bindings, but only if they exist. We could do only the
+ ref-binding existence check, but if we got something weird might as
well stop handling it early. */
new_commit_metadata = g_variant_get_child_value (new_commit, 0);