summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-01-22 22:17:49 +0100
committerLudovic Courtès <ludo@gnu.org>2020-01-23 11:26:55 +0100
commitf79313b3871ebe204c7b29fdb823666af06f48ff (patch)
tree81b3905a8cb209b92865f7132895a729c77d19c1
parent6bd072ff661031aa0bbace83fc34edea2d7268df (diff)
downloadpatches-f79313b3871ebe204c7b29fdb823666af06f48ff.tar
patches-f79313b3871ebe204c7b29fdb823666af06f48ff.tar.gz
tests: Fix typo in comment.
* gnu/tests.scm: Add missing word in commentary.
-rw-r--r--gnu/tests.scm2
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: