diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-17 17:32:31 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-18 12:57:00 +0200 |
| commit | 53f21b3fe9ed57f0feef003185b561efc9b3e30c (patch) | |
| tree | a4e31b5e1e38d820db267e0b72fe1baabe252f77 /gnu/machine | |
| parent | 3c90c57a3b1770fe1f7737648f1cbfcc798a136c (diff) | |
machine: Fix typo.
* gnu/machine/ssh.scm (managed-host-environment-type)[description]:
Fix typo.
Diffstat (limited to 'gnu/machine')
| -rw-r--r-- | gnu/machine/ssh.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/machine/ssh.scm b/gnu/machine/ssh.scm index a7d1a967aec..278d43c10f6 100644 --- a/gnu/machine/ssh.scm +++ b/gnu/machine/ssh.scm | |||
| @@ -49,7 +49,7 @@ | |||
| 49 | ;;; Commentary: | 49 | ;;; Commentary: |
| 50 | ;;; | 50 | ;;; |
| 51 | ;;; This module implements remote evaluation and system deployment for | 51 | ;;; This module implements remote evaluation and system deployment for |
| 52 | ;;; machines that are accessable over SSH and have a known host-name. In the | 52 | ;;; machines that are accessible over SSH and have a known host-name. In the |
| 53 | ;;; sense of the broader "machine" interface, we describe the environment for | 53 | ;;; sense of the broader "machine" interface, we describe the environment for |
| 54 | ;;; such machines as 'managed-host. | 54 | ;;; such machines as 'managed-host. |
| 55 | ;;; | 55 | ;;; |
| @@ -351,7 +351,7 @@ environment type of 'managed-host." | |||
| 351 | (machine-remote-eval managed-host-remote-eval) | 351 | (machine-remote-eval managed-host-remote-eval) |
| 352 | (deploy-machine deploy-managed-host) | 352 | (deploy-machine deploy-managed-host) |
| 353 | (name 'managed-host-environment-type) | 353 | (name 'managed-host-environment-type) |
| 354 | (description "Provisioning for machines that are accessable over SSH | 354 | (description "Provisioning for machines that are accessible over SSH |
| 355 | and have a known host-name. This entails little more than maintaining an SSH | 355 | and have a known host-name. This entails little more than maintaining an SSH |
| 356 | connection to the host."))) | 356 | connection to the host."))) |
| 357 | 357 | ||
