diff options
| author | Zygmunt Krynicki <me@zygoon.pl> | 2019-07-04 10:14:36 +0200 |
|---|---|---|
| committer | Zygmunt Krynicki <me@zygoon.pl> | 2019-07-04 10:14:36 +0200 |
| commit | 316889634105af5197f1093eea34b256d72fd9d8 (patch) | |
| tree | a0177bb8ad133cbc17c42ac615e8d25307c9ccec /snap | |
| parent | 243c372eea8fb7e307fbd614874917843f50b597 (diff) | |
snap: fix grammar
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
Diffstat (limited to 'snap')
| -rw-r--r-- | snap/validate.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snap/validate.go b/snap/validate.go index e4012f2748..fd4f248af3 100644 --- a/snap/validate.go +++ b/snap/validate.go @@ -763,8 +763,8 @@ var layoutRejectionList = []string{ // snap applications to be integrated with the rest of the system and // therefore snaps should not be allowed to replace it. "/run", - // The /tmp directory contains private, per-snap, view of /tmp and there's - // no valid reason to allow snaps to replace it. + // The /tmp directory contains a private, per-snap, view of /tmp and + // there's no valid reason to allow snaps to replace it. "/tmp", // The /var/lib/snapd directory contains essential state of snapd and is // sometimes consulted from inside the mount namespace. |
