diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-10 20:36:15 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-11 05:17:59 +0100 |
commit | 795ec760e4d00157409a8b5b5a0678317c306ff1 (patch) | |
tree | a34657be3e8f70c07456fbc3d6771a1f99ded77c /gnu/system | |
parent | 9629c6b4b2b75884fdac79877dbd8d7a451b1fd1 (diff) | |
download | patches-795ec760e4d00157409a8b5b5a0678317c306ff1.tar patches-795ec760e4d00157409a8b5b5a0678317c306ff1.tar.gz |
install: Fix typo.
* gnu/system/install.scm (installation-os): Fix typo in comment.
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/install.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index f86410f522..3a34df26c3 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") |