summaryrefslogtreecommitdiff
path: root/gnu/machine
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/machine')
-rw-r--r--gnu/machine/hetzner.scm2
-rw-r--r--gnu/machine/hetzner/http.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/machine/hetzner.scm b/gnu/machine/hetzner.scm
index 5e17bfae215..1d9a3f43857 100644
--- a/gnu/machine/hetzner.scm
+++ b/gnu/machine/hetzner.scm
@@ -227,7 +227,7 @@ Have you run 'guix archive --generate-key'?")
227;;; 227;;;
228 228
229(define (hetzner-machine-delegate target server) 229(define (hetzner-machine-delegate target server)
230 "Return the delagate machine that uses SSH for deployment." 230 "Return the delegate machine that uses SSH for deployment."
231 (let* ((config (machine-configuration target)) 231 (let* ((config (machine-configuration target))
232 ;; Get the operating system WITHOUT the provenance service to avoid a 232 ;; Get the operating system WITHOUT the provenance service to avoid a
233 ;; duplicate symlink conflict in the store. 233 ;; duplicate symlink conflict in the store.
diff --git a/gnu/machine/hetzner/http.scm b/gnu/machine/hetzner/http.scm
index bfd65554721..51b4bff984f 100644
--- a/gnu/machine/hetzner/http.scm
+++ b/gnu/machine/hetzner/http.scm
@@ -514,7 +514,7 @@
514 (string-append (hetzner-api-base-url api) path)) 514 (string-append (hetzner-api-base-url api) path))
515 515
516(define (hetzner-api-delete api path) 516(define (hetzner-api-delete api path)
517 "Delelte the resource at PATH with the Hetzner API." 517 "Delete the resource at PATH with the Hetzner API."
518 (hetzner-api-response-body 518 (hetzner-api-response-body
519 (hetzner-api-request-send 519 (hetzner-api-request-send
520 (hetzner-api-request 520 (hetzner-api-request