summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/http/http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/http/http.go b/internal/http/http.go
index 6ff853b..005a665 100644
--- a/internal/http/http.go
+++ b/internal/http/http.go
@@ -163,7 +163,7 @@ type HTTPStatusError struct {
func (e *HTTPStatusError) Error() string {
return fmt.Sprintf(
- "failed obtaining HTTP resource: %s as it gave an unsuccesful status code: %d. Body: %s",
+ "failed obtaining HTTP resource: %s as it gave an unsuccessful status code: %d. Body: %s",
e.URL,
e.Status,
e.Body,