summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-01-21 16:05:37 +0100
committerLudovic Courtès <ludo@gnu.org>2021-01-22 08:36:03 +0100
commit211a50352227ef8fa98bc45b2248937ab602fff1 (patch)
tree49a8fb1bccfe4961c1975e488f7cd52a9cc6a6ea
parent5d03ef73c3c1d995714abdaff650f73ac9fafc0f (diff)
system: Fix typo in docstring.
* gnu/system.scm (operating-system-etc-service): Fix typo.
-rw-r--r--gnu/system.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/system.scm b/gnu/system.scm
index c284a18379e..90ad3686647 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -1,5 +1,5 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org> 2;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
3;;; Copyright © 2015 Mark H Weaver <mhw@netris.org> 3;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
4;;; Copyright © 2015, 2016 Alex Kost <alezost@gmail.com> 4;;; Copyright © 2015, 2016 Alex Kost <alezost@gmail.com>
5;;; Copyright © 2016 Chris Marusich <cmmarusich@gmail.com> 5;;; Copyright © 2016 Chris Marusich <cmmarusich@gmail.com>
@@ -858,8 +858,8 @@ syntactically correct."
858 (copy-file #$file #$output))))) 858 (copy-file #$file #$output)))))
859 859
860(define* (operating-system-etc-service os) 860(define* (operating-system-etc-service os)
861 "Return a <service> that builds containing the static part of the /etc 861 "Return a <service> that builds a directory containing the static part of
862directory." 862the /etc directory."
863 (let* ((login.defs 863 (let* ((login.defs
864 (plain-file "login.defs" 864 (plain-file "login.defs"
865 (string-append 865 (string-append