guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: file-systems: Fix typo.


From: Mathieu Lirzin
Subject: 01/01: gnu: file-systems: Fix typo.
Date: Mon, 13 Jul 2015 14:26:19 +0000

mthl pushed a commit to branch master
in repository guix.

commit b57ec5f6cd1a4252badd92c5aa8bcac4e1dfa96e
Author: Mathieu Lirzin <address@hidden>
Date:   Mon Jul 13 16:10:40 2015 +0200

    gnu: file-systems: Fix typo.
    
    * gnu/system/file-systems.scm (%container-file-systems): Fix typo in a
      comment.
---
 gnu/system/file-systems.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/system/file-systems.scm b/gnu/system/file-systems.scm
index a06c173..3392644 100644
--- a/gnu/system/file-systems.scm
+++ b/gnu/system/file-systems.scm
@@ -208,7 +208,7 @@ initrd code."
 ;; https://github.com/docker/libcontainer/blob/master/SPEC.md#filesystem
 (define %container-file-systems
   (list
-   ;; Psuedo-terminal file system.
+   ;; Pseudo-terminal file system.
    (file-system
      (device "none")
      (mount-point "/dev/pts")



reply via email to

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