diff mbox series

[bug#53735] gnu: Fix typo.

Message ID 20220202192349.2486-1-jgart@dismail.de
State Accepted
Headers show
Series [bug#53735] gnu: Fix typo. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

jgart Feb. 2, 2022, 7:23 p.m. UTC
* gnu/machine.scm: Fix typo in top-level comment.
---
 gnu/machine.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ludovic Courtès Feb. 8, 2022, 10:45 a.m. UTC | #1
jgart <jgart@dismail.de> skribis:

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

Applied, thanks!
diff mbox series

Patch

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 @@  (define-module (gnu machine)
 ;;; 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.
 ;;;