summary refs log tree commit diff
path: root/nixos/tests/hockeypuck.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/hockeypuck.nix')
-rw-r--r--nixos/tests/hockeypuck.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/hockeypuck.nix b/nixos/tests/hockeypuck.nix
index d1ef4cbf588..2b9dba8720a 100644
--- a/nixos/tests/hockeypuck.nix
+++ b/nixos/tests/hockeypuck.nix
@@ -57,7 +57,7 @@ in {
     # Send the key to our local keyserver
     machine.succeed("GNUPGHOME=/tmp/GNUPGHOME gpg --keyserver hkp://127.0.0.1:11371 --send-keys " + keyId)
 
-    # Recieve the key from our local keyserver to a separate directory
+    # Receive the key from our local keyserver to a separate directory
     machine.succeed("GNUPGHOME=$(mktemp -d) gpg --keyserver hkp://127.0.0.1:11371 --recv-keys " + keyId)
   '';
 })