guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: system: Fix typo in docstring.


From: guix-commits
Subject: 01/04: system: Fix typo in docstring.
Date: Fri, 22 Jan 2021 02:50:30 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 211a50352227ef8fa98bc45b2248937ab602fff1
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Jan 21 16:05:37 2021 +0100

    system: Fix typo in docstring.
    
    * gnu/system.scm (operating-system-etc-service): Fix typo.
---
 gnu/system.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/system.scm b/gnu/system.scm
index c284a18..90ad368 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès 
<ludo@gnu.org>
+;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic 
Courtès <ludo@gnu.org>
 ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2015, 2016 Alex Kost <alezost@gmail.com>
 ;;; Copyright © 2016 Chris Marusich <cmmarusich@gmail.com>
@@ -858,8 +858,8 @@ syntactically correct."
                        (copy-file #$file #$output)))))
 
 (define* (operating-system-etc-service os)
-  "Return a <service> that builds containing the static part of the /etc
-directory."
+  "Return a <service> that builds a directory containing the static part of
+the /etc directory."
   (let* ((login.defs
           (plain-file "login.defs"
                       (string-append



reply via email to

[Prev in Thread] Current Thread [Next in Thread]