guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: tests: install: Fix typo.


From: guix-commits
Subject: 02/04: tests: install: Fix typo.
Date: Sun, 17 Nov 2019 23:23:06 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 1a034f043e12e0c61accc38d276df9b0a1b00408
Author: Maxim Cournoyer <address@hidden>
Date:   Sun Nov 17 06:44:13 2019 +0900

    tests: install: Fix typo.
    
    * gnu/tests/install.scm (run-install): Fix typo in docstring.
---
 gnu/tests/install.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index 22c9554..bce4c4b 100644
--- a/gnu/tests/install.scm
+++ b/gnu/tests/install.scm
@@ -267,7 +267,7 @@ packages defined in installation-os."
 
 (define* (qemu-command/writable-image image #:key (memory-size 256))
   "Return as a monadic value the command to run QEMU on a writable copy of
-IMAGE, a disk image.  The QEMU VM is has access to MEMORY-SIZE MiB of RAM."
+IMAGE, a disk image.  The QEMU VM has access to MEMORY-SIZE MiB of RAM."
   (mlet %store-monad ((system (current-system)))
     (return #~(let ((image #$image))
                 ;; First we need a writable copy of the image.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]