summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchocolateboy <chocolate@cpan.org>2018-07-26 10:35:43 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2018-07-26 13:20:26 +0000
commit62e42c971f9169e978247ed210a81d3b8a54a23d (patch)
tree822c9016f8dfbb5b33120bae2c6e3d880a40f1c7
parentb3906bbf1af1b782c372f24136f37644aea2735c (diff)
downloadbubblewrap-62e42c971f9169e978247ed210a81d3b8a54a23d.tar.gz
Fix doc typo
Closes: #280 Approved by: cgwalters
-rw-r--r--bwrap.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bwrap.xml b/bwrap.xml
index 67bdc50..44c1623 100644
--- a/bwrap.xml
+++ b/bwrap.xml
@@ -48,7 +48,7 @@
<para>
It works by creating a new, completely empty, filesystem namespace where the root
is on a tmpfs that is invisible from the host, and which will be automatically
- cleaned up when the last process exists. You can then use commandline options to
+ cleaned up when the last process exits. You can then use commandline options to
construct the root filesystem and process environment for the command to run in
the namespace.
</para>