me
/
guix
Archived
1
0
Fork 0

gnu: Fix typo.

* gnu/machine.scm: Fix typo in top-level comment.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
jgart 2022-02-02 14:23:49 -05:00 committed by Ludovic Courtès
parent 9faeca1f23
commit ab7114191d
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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.
;;;