diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2020-01-22 22:17:49 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2020-01-23 11:26:55 +0100 |
| commit | f79313b3871ebe204c7b29fdb823666af06f48ff (patch) | |
| tree | 81b3905a8cb209b92865f7132895a729c77d19c1 /gnu/tests.scm | |
| parent | 6bd072ff661031aa0bbace83fc34edea2d7268df (diff) | |
tests: Fix typo in comment.
* gnu/tests.scm: Add missing word in commentary.
Diffstat (limited to 'gnu/tests.scm')
| -rw-r--r-- | gnu/tests.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests.scm b/gnu/tests.scm index cc72e568583..60e7ef30c00 100644 --- a/gnu/tests.scm +++ b/gnu/tests.scm | |||
| @@ -61,7 +61,7 @@ | |||
| 61 | ;;; | 61 | ;;; |
| 62 | ;;; This module provides the infrastructure to run operating system tests. | 62 | ;;; This module provides the infrastructure to run operating system tests. |
| 63 | ;;; The most important part of that is tools to instrument the OS under test, | 63 | ;;; The most important part of that is tools to instrument the OS under test, |
| 64 | ;;; essentially allowing to run in a virtual machine controlled by the host | 64 | ;;; essentially allowing it to run in a virtual machine controlled by the host |
| 65 | ;;; system--hence the name "marionette". | 65 | ;;; system--hence the name "marionette". |
| 66 | ;;; | 66 | ;;; |
| 67 | ;;; Code: | 67 | ;;; Code: |
