diff options
author | jgart <jgart@dismail.de> | 2022-02-02 14:23:49 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-02-08 13:34:02 +0100 |
commit | ab7114191d4599e36958c2ec18491618bf0cc6a9 (patch) | |
tree | 47ecf7cb15aae3a12dfa27a57ceda518111cb18d /gnu | |
parent | 9faeca1f23b841a6f48900f52f0085df51d48119 (diff) | |
download | guix-ab7114191d4599e36958c2ec18491618bf0cc6a9.tar.gz |
gnu: Fix typo.
* gnu/machine.scm: Fix typo in top-level comment. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/machine.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/machine.scm b/gnu/machine.scm index 667a988f99..60be674972 100644 --- a/gnu/machine.scm +++ b/gnu/machine.scm @@ -51,7 +51,7 @@ ;;; Commentary: ;;; ;;; This module provides the types used to declare individual machines in a -;;; heterogeneous Guix deployment. The interface allows users of specify system +;;; heterogeneous Guix deployment. The interface allows users to specify system ;;; configurations and the means by which resources should be provisioned on a ;;; per-host basis. ;;; |