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 cc72e56858..60e7ef30c0 100644 --- a/gnu/tests.scm +++ b/gnu/tests.scm @@ -61,7 +61,7 @@ ;;; ;;; This module provides the infrastructure to run operating system tests. ;;; The most important part of that is tools to instrument the OS under test, -;;; essentially allowing to run in a virtual machine controlled by the host +;;; essentially allowing it to run in a virtual machine controlled by the host ;;; system--hence the name "marionette". ;;; ;;; Code: |