about summary refs log tree commit diff
path: root/nixos/lib/testing-python.nix
diff options
context:
space:
mode:
authorAlexandre Esteves <2335822+alexfmpe@users.noreply.github.com>2020-07-01 04:31:32 +0100
committerGitHub <noreply@github.com>2020-06-30 22:31:32 -0500
commite10e7d6a8bde4f4a353a86d276226bb92f61afd4 (patch)
tree63ccd6b3a316f50efcdc2232a683cfc3d72de45d /nixos/lib/testing-python.nix
parent81caf6815fadef7c898bd2030e1ba7fb2bbcb339 (diff)
testing-python: fix typo
Diffstat (limited to 'nixos/lib/testing-python.nix')
-rw-r--r--nixos/lib/testing-python.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/lib/testing-python.nix b/nixos/lib/testing-python.nix
index 123323711a7ca..c6939c7d6989c 100644
--- a/nixos/lib/testing-python.nix
+++ b/nixos/lib/testing-python.nix
@@ -114,7 +114,7 @@ rec {
 
       imagemagick_tiff = imagemagick_light.override { inherit libtiff; };
 
-      # Generate onvenience wrappers for running the test driver
+      # Generate convenience wrappers for running the test driver
       # interactively with the specified network, and for starting the
       # VMs from the command line.
       driver = let warn = if skipLint then lib.warn "Linting is disabled!" else lib.id; in warn (runCommand testDriverName