diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2025-02-19 11:11:03 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-02-19 11:21:47 +0200 |
| commit | 66daf46b411ea68893d3066e654f38fc05d6f286 (patch) | |
| tree | 2ce35923cbe23e485b483ad93db0a93bf144aee7 /gnu/machine/hetzner | |
| parent | 77ad73b333d80b60dd9861c75d1dd93d3e4ae33c (diff) | |
gnu: Fix some misspellings.
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
Diffstat (limited to 'gnu/machine/hetzner')
| -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 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 |
