From a4641280a7d687b4eae13b14d622874dd05a99fe Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 17 May 2016 08:28:33 +0100 Subject: Fix various spelling mistakes Mostly detected by Debian's Lintian tool. Signed-off-by: Simon McVittie --- common/flatpak-run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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)) -- cgit v1.2.1