summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2022-02-02 14:23:49 -0500
committerLudovic Courtès <ludo@gnu.org>2022-02-08 13:34:02 +0100
commitab7114191d4599e36958c2ec18491618bf0cc6a9 (patch)
tree47ecf7cb15aae3a12dfa27a57ceda518111cb18d
parent9faeca1f23b841a6f48900f52f0085df51d48119 (diff)
downloadguix-patches-ab7114191d4599e36958c2ec18491618bf0cc6a9.tar
guix-patches-ab7114191d4599e36958c2ec18491618bf0cc6a9.tar.gz
gnu: Fix typo.
* gnu/machine.scm: Fix typo in top-level comment. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/machine.scm2
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.
;;;