tests: Fix typo in comment.

* gnu/tests.scm: Add missing word in commentary.
This commit is contained in:
Ludovic Courtès 2020-01-22 22:17:49 +01:00
parent 6bd072ff66
commit f79313b387
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -61,7 +61,7 @@ (define-module (gnu tests)
;;;
;;; 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: