diff options
author | Naga Malleswari <nagamalli@riseup.net> | 2020-03-24 11:19:55 +0530 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-03-24 13:10:43 +0100 |
commit | 54a9fe3429fc2d3978e8f56f972e3e1d50953c6a (patch) | |
tree | 54a352640a312ed53ea58061e53d27507681ae3f /doc | |
parent | 022767d7c132d20d684e0dec7c6010fdcf408e3d (diff) | |
download | patches-54a9fe3429fc2d3978e8f56f972e3e1d50953c6a.tar patches-54a9fe3429fc2d3978e8f56f972e3e1d50953c6a.tar.gz |
doc: Fix typo in example.
* doc/guix.texi (Base Services)[file->udev-rule]: Correct misspelt
"user-account".
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 404a3e4777..b6a9c25037 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -12869,7 +12869,7 @@ well as in the @var{groups} field of the @var{operating-system} record. (operating-system ;; @dots{} - (users (cons (user-acount + (users (cons (user-account ;; @dots{} (supplementary-groups '("adbusers" ;for adb |