about summary refs log tree commit diff
path: root/nixos/tests/hockeypuck.nix
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-05-19 22:10:21 -0400
committerfigsoda <figsoda@pm.me>2023-05-19 22:31:04 -0400
commit202699c918bce3139191810bec841f3edef6ba24 (patch)
tree71d02c3ce773fd37314979db20cdc1019bc68317 /nixos/tests/hockeypuck.nix
parentc8fc2ec398ad4017075e00319991399fe7a26b57 (diff)
nixos/tests: fix typos
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 d1ef4cbf588a8..2b9dba8720aba 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)
   '';
 })