guix-commits
[Top][All Lists]
Advanced

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

03/04: install: Fix typo.


From: Tobias Geerinckx-Rice
Subject: 03/04: install: Fix typo.
Date: Fri, 10 Nov 2017 23:17:16 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 795ec760e4d00157409a8b5b5a0678317c306ff1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Nov 10 20:36:15 2017 +0100

    install: Fix typo.
    
    * gnu/system/install.scm (installation-os): Fix typo in comment.
---
 gnu/system/install.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index f86410f..3a34df2 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -307,7 +307,7 @@ Use Alt-F2 for documentation.
             ;; '.fuse_hiddenXYZ' files for each open file, and this confuses
             ;; Guix's test suite, for instance (see
             ;; <http://bugs.gnu.org/23056>).  We keep this for overlayfs to be
-            ;; on the save side.
+            ;; on the safe side.
             (file-system
               (mount-point "/tmp")
               (device "none")



reply via email to

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