From 96822b21e587b3ee8cdab011912edc2eec4ac7cd Mon Sep 17 00:00:00 2001 From: Matthew Leeds Date: Fri, 20 Sep 2019 13:02:06 -0700 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 f25784e1..c109b0cf 100644 --- a/common/flatpak-dir.c +++ b/common/flatpak-dir.c @@ -7443,7 +7443,7 @@ apply_extra_data (FlatpakDir *self, /* We run the sandbox without caps, but it can still create files owned by itself with * arbitrary permissions, including setuid myself. This is extra risky in the case where * this runs as root in the system helper case. We canonicalize the permissions at the - * end, but do avoid non-canonical permissions leaking out before then we make the + * end, but to avoid non-canonical permissions leaking out before then we make the * toplevel dir only accessible to the user */ if (chmod (flatpak_file_get_path_cached (extra_files), 0700) != 0) {