mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-10 19:19:04 -04:00
dir: Fix a typo in a comment
This commit is contained in:
committed by
Phaedrus Leeds
parent
d4d4bcf6d8
commit
6cc48e5ef9
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user