From 0c3c42d8dbc619683705b65ea39dae50ab6823d7 Mon Sep 17 00:00:00 2001 From: Matthew Leeds Date: Wed, 7 Feb 2018 16:36:49 -0800 Subject: [PATCH] dir: Fix typos/grammar Closes: #1392 Approved by: mwleeds --- common/flatpak-dir.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/flatpak-dir.c b/common/flatpak-dir.c index d0f81198..d2d054f7 100644 --- a/common/flatpak-dir.c +++ b/common/flatpak-dir.c @@ -3155,10 +3155,10 @@ flatpak_dir_pull (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 (repo == NULL && !flatpak_dir_repo_lock (self, &lock, LOCK_SH, cancellable, error)) return FALSE;