diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2019-11-17 06:44:13 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2019-11-18 13:22:15 +0900 |
commit | 1a034f043e12e0c61accc38d276df9b0a1b00408 (patch) | |
tree | 0c5d2538f31c1553a046066d76199c03870d3b04 /gnu/tests | |
parent | b997d43214445462f23947afbbcadf24c6018217 (diff) | |
download | patches-1a034f043e12e0c61accc38d276df9b0a1b00408.tar patches-1a034f043e12e0c61accc38d276df9b0a1b00408.tar.gz |
tests: install: Fix typo.
* gnu/tests/install.scm (run-install): Fix typo in docstring.
Diffstat (limited to 'gnu/tests')
-rw-r--r-- | gnu/tests/install.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm index 22c9554705..bce4c4b9d4 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. |