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))