summaryrefslogtreecommitdiff
path: root/gnu/system/examples
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-09-07 21:02:28 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-09-08 08:07:49 +0300
commit9e258dc24978c8d8544a471ae35156ab3001dd20 (patch)
tree8a30a455f4a0de199c7a52ffdd20627245a3c080 /gnu/system/examples
parentc0bc4b8c7da48dc5f3df6d3526eb1432ee1bbdcb (diff)
downloadpatches-9e258dc24978c8d8544a471ae35156ab3001dd20.tar
patches-9e258dc24978c8d8544a471ae35156ab3001dd20.tar.gz
gnu: lightweight-desktop.tmpl: Fix typo.
* gnu/system/examples/lightweight-desktop.tmpl: While it is currently unknown if Bob has a brother, it is sufficiently documented that Alice is, in fact, Bob's sister.
Diffstat (limited to 'gnu/system/examples')
-rw-r--r--gnu/system/examples/lightweight-desktop.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/examples/lightweight-desktop.tmpl b/gnu/system/examples/lightweight-desktop.tmpl
index 7cb461f2b9..91e7d0b562 100644
--- a/gnu/system/examples/lightweight-desktop.tmpl
+++ b/gnu/system/examples/lightweight-desktop.tmpl
@@ -24,7 +24,7 @@
(users (cons (user-account
(name "alice")
- (comment "Bob's brother")
+ (comment "Bob's sister")
(group "users")
(supplementary-groups '("wheel" "netdev"
"audio" "video"))