mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
gnu: Fix some misspellings.
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user