From da0d6f052d3592d40bb99beed3f6c11ac1368dc8 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 27 May 2016 06:46:11 +0000 Subject: [PATCH] spelling: running --- common/flatpak-run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/flatpak-run.c b/common/flatpak-run.c index 56709afb..19a50a74 100644 --- a/common/flatpak-run.c +++ b/common/flatpak-run.c @@ -2691,7 +2691,7 @@ setup_seccomp (GPtrArray *argv_array, native one. This is not ideal, because we'd like to only allow the target arch, but we can't really disallow the native arch at this point, because then bubblewrap - couldn't continue runnning. */ + couldn't continue running. */ r = seccomp_arch_add (seccomp, arch_id); if (r < 0 && r != -EEXIST) return flatpak_fail (error, "Failed to add architecture to seccomp filter");