about summary refs log tree commit diff
path: root/nixos/lib/testing.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/lib/testing.nix')
-rw-r--r--nixos/lib/testing.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/lib/testing.nix b/nixos/lib/testing.nix
index 96a42c2f30583..57b4412d9bb7e 100644
--- a/nixos/lib/testing.nix
+++ b/nixos/lib/testing.nix
@@ -164,8 +164,8 @@ in rec {
       if lib.length invalidNodeNames > 0 then
         throw ''
           Cannot create machines out of (${lib.concatStringsSep ", " invalidNodeNames})!
-          All machines are references as perl variables in the testing framework which will break the
-          script when special characters are allowed.
+          All machines are referenced as perl variables in the testing framework which will break the
+          script when special characters are used.
 
           Please stick to alphanumeric chars and underscores as separation.
         ''