diff options
Diffstat (limited to 'gnu/machine/hetzner/http.scm')
-rw-r--r-- | gnu/machine/hetzner/http.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/machine/hetzner/http.scm b/gnu/machine/hetzner/http.scm index bfd6555472..51b4bff984 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 |