summaryrefslogtreecommitdiff
path: root/snap
diff options
authorZygmunt Krynicki <me@zygoon.pl>2019-07-04 10:15:10 +0200
committerZygmunt Krynicki <me@zygoon.pl>2019-07-04 10:15:10 +0200
commita8888dd99fdb63fdd3f8c1a49575788d497199a1 (patch)
tree7e2c0b370774be7ff370932ea4e63b42dd476d2d /snap
parent316889634105af5197f1093eea34b256d72fd9d8 (diff)
snap: tweak wording
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
Diffstat (limited to 'snap')
-rw-r--r--snap/validate.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/validate.go b/snap/validate.go
index fd4f248af3..a40c5d1ded 100644
--- a/snap/validate.go
+++ b/snap/validate.go
@@ -766,7 +766,7 @@ var layoutRejectionList = []string{
// 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
+ // The /var/lib/snapd directory contains essential snapd state and is
// sometimes consulted from inside the mount namespace.
"/var/lib/snapd",