about summary refs log tree commit diff
path: root/nixos/modules/testing
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-05-19 22:11:38 -0400
committerfigsoda <figsoda@pm.me>2023-05-19 22:31:04 -0400
commit701bcdbead7597cddd3fc92a3581da95a138ef45 (patch)
treeea0f189faa8509d9d391dbfcdf5f51d10376634f /nixos/modules/testing
parenta31ca7f2202c5f2bcf7b943bee021f69f9bdd5c5 (diff)
downloadnixlib-701bcdbead7597cddd3fc92a3581da95a138ef45.tar
nixlib-701bcdbead7597cddd3fc92a3581da95a138ef45.tar.gz
nixlib-701bcdbead7597cddd3fc92a3581da95a138ef45.tar.bz2
nixlib-701bcdbead7597cddd3fc92a3581da95a138ef45.tar.lz
nixlib-701bcdbead7597cddd3fc92a3581da95a138ef45.tar.xz
nixlib-701bcdbead7597cddd3fc92a3581da95a138ef45.tar.zst
nixlib-701bcdbead7597cddd3fc92a3581da95a138ef45.zip
nixos: fix typos
Diffstat (limited to 'nixos/modules/testing')
-rw-r--r--nixos/modules/testing/test-instrumentation.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/testing/test-instrumentation.nix b/nixos/modules/testing/test-instrumentation.nix
index 9c4bbecf4809..67fdc0ea4335 100644
--- a/nixos/modules/testing/test-instrumentation.nix
+++ b/nixos/modules/testing/test-instrumentation.nix
@@ -43,7 +43,7 @@ in
             # Passing the terminal device makes bash run non-interactively.
             # Otherwise we get errors on the terminal because bash tries to
             # setup things like job control.
-            # Note: calling bash explicitely here instead of sh makes sure that
+            # Note: calling bash explicitly here instead of sh makes sure that
             # we can also run non-NixOS guests during tests.
             PS1= exec /usr/bin/env bash --norc /dev/hvc0
           '';