summaryrefslogtreecommitdiff
path: root/common/flatpak-run.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/flatpak-run.c')
-rw-r--r--common/flatpak-run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/flatpak-run.c b/common/flatpak-run.c
index aa5fb1f..34650a4 100644
--- a/common/flatpak-run.c
+++ b/common/flatpak-run.c
@@ -1716,7 +1716,7 @@ flatpak_run_add_environment_args (GPtrArray *argv_array,
if (!home_access)
{
- /* Enable persistant mapping only if no access to real home dir */
+ /* Enable persistent mapping only if no access to real home dir */
g_hash_table_iter_init (&iter, context->persistent);
while (g_hash_table_iter_next (&iter, &key, NULL))