summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-05-17 08:28:33 +0100
committerSimon McVittie <smcv@debian.org>2016-05-17 11:43:32 +0100
commita4641280a7d687b4eae13b14d622874dd05a99fe (patch)
treebf8633e021994cdb30ab20bf89c52d743f76b452 /common
parentb13fc460dfdec9e200272faca3e14977257e2e7a (diff)
downloadxdg-app-a4641280a7d687b4eae13b14d622874dd05a99fe.tar.gz
Fix various spelling mistakes
Mostly detected by Debian's Lintian tool. Signed-off-by: Simon McVittie <smcv@debian.org>
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))