From 6cc48e5ef98dcbddfc89a70b7500d916c763602c Mon Sep 17 00:00:00 2001 From: Phaedrus Leeds Date: Mon, 27 Dec 2021 17:16:02 -0800 Subject: [PATCH] dir: Fix a typo in a comment --- 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 8214e6e8..d5b87b4b 100644 --- a/common/flatpak-dir.c +++ b/common/flatpak-dir.c @@ -8403,7 +8403,7 @@ flatpak_dir_deploy (FlatpakDir *self, if (flatpak_decomposed_is_runtime (ref)) { - /* Ensure that various files exists as regular files in /usr/etc, as we + /* Ensure that various files exist as regular files in /usr/etc, as we want to bind-mount over them */ files_etc = g_file_resolve_relative_path (checkoutdir, "files/etc"); if (g_file_query_exists (files_etc, cancellable))