summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorAlexander Larsson <alexander.larsson@gmail.com>2016-05-17 17:51:20 +0200
committerAlexander Larsson <alexander.larsson@gmail.com>2016-05-17 17:51:20 +0200
commit3d232bbe151e4dfe19ff981cad2e749cca888b3d (patch)
tree4b911b7c256845bafde282dbcbc6a9387c0f46b8 /common
parentaa11387031d74a918f8e20249d66068505e0df34 (diff)
parenta4641280a7d687b4eae13b14d622874dd05a99fe (diff)
downloadxdg-app-3d232bbe151e4dfe19ff981cad2e749cca888b3d.tar.gz
Merge pull request #161 from smcv/spelling
Fix various spelling mistakes
Diffstat (limited to 'common')
-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))