guix-commits
[Top][All Lists]
Advanced

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

01/02: machine: Fix typo.


From: guix-commits
Subject: 01/02: machine: Fix typo.
Date: Thu, 18 Jul 2019 07:00:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 53f21b3fe9ed57f0feef003185b561efc9b3e30c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jul 17 17:32:31 2019 +0200

    machine: Fix typo.
    
    * gnu/machine/ssh.scm (managed-host-environment-type)[description]:
    Fix typo.
---
 gnu/machine/ssh.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/machine/ssh.scm b/gnu/machine/ssh.scm
index a7d1a96..278d43c 100644
--- a/gnu/machine/ssh.scm
+++ b/gnu/machine/ssh.scm
@@ -49,7 +49,7 @@
 ;;; Commentary:
 ;;;
 ;;; This module implements remote evaluation and system deployment for
-;;; machines that are accessable over SSH and have a known host-name. In the
+;;; machines that are accessible over SSH and have a known host-name. In the
 ;;; sense of the broader "machine" interface, we describe the environment for
 ;;; such machines as 'managed-host.
 ;;;
@@ -351,7 +351,7 @@ environment type of 'managed-host."
    (machine-remote-eval managed-host-remote-eval)
    (deploy-machine      deploy-managed-host)
    (name                'managed-host-environment-type)
-   (description         "Provisioning for machines that are accessable over SSH
+   (description         "Provisioning for machines that are accessible over SSH
 and have a known host-name. This entails little more than maintaining an SSH
 connection to the host.")))
 



reply via email to

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