From 66daf46b411ea68893d3066e654f38fc05d6f286 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 19 Feb 2025 11:11:03 +0200 Subject: gnu: Fix some misspellings. Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97 --- gnu/machine/hetzner.scm | 2 +- gnu/machine/hetzner/http.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/machine') 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'?") ;;; (define (hetzner-machine-delegate target server) - "Return the delagate machine that uses SSH for deployment." + "Return the delegate machine that uses SSH for deployment." (let* ((config (machine-configuration target)) ;; Get the operating system WITHOUT the provenance service to avoid a ;; 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 @@ (string-append (hetzner-api-base-url api) path)) (define (hetzner-api-delete api path) - "Delelte the resource at PATH with the Hetzner API." + "Delete the resource at PATH with the Hetzner API." (hetzner-api-response-body (hetzner-api-request-send (hetzner-api-request -- cgit v1.3