summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Leeds <matthew.leeds@endlessm.com>2018-02-22 16:53:59 -0800
committerMatthew Leeds <matthew.leeds@endlessm.com>2018-02-22 16:55:42 -0800
commit633a9cbfaff20677b48a87378b955d87d4b7f59b (patch)
treed524cbfaaf41d423839a145ebedde66644a799e7
parent538a89fa597af7e14c6e7b6944e005aad357ee1f (diff)
downloadflatpak-633a9cbfaff20677b48a87378b955d87d4b7f59b.tar.gz
dir: Fix typos/grammar
I missed this comment in commit 0c3c42d8d.
-rw-r--r--common/flatpak-dir.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/flatpak-dir.c b/common/flatpak-dir.c
index 9a6517ed..e6ad8b47 100644
--- a/common/flatpak-dir.c
+++ b/common/flatpak-dir.c
@@ -3594,10 +3594,10 @@ flatpak_dir_pull_untrusted_local (FlatpakDir *self,
return FALSE;
/* Keep a shared repo lock to avoid prunes removing objects we're relying on
- * while we do the pull. There are two cases we protect against. 1) objects
- * we need but that were already decided was locall available could be removed,
- * and 2) during the transaction commit objects that not yet have a ref to the
- * could be considered unreachable.
+ * while we do the pull. There are two cases we protect against. 1) objects we
+ * need but that we already decided are locally available could be removed,
+ * and 2) during the transaction commit objects that don't yet have a ref to
+ * them could be considered unreachable.
*/
if (!flatpak_dir_repo_lock (self, &lock, LOCK_SH, cancellable, error))
return FALSE;