From 17eedc35e265a6ce6f1896d73d304a9de92f4997 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 6 Sep 2024 09:46:57 -0400 Subject: [PATCH] spelling: unavailable Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/plugins/relay/relay-http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/relay/relay-http.h b/src/plugins/relay/relay-http.h index e79416ef0..8ec784249 100644 --- a/src/plugins/relay/relay-http.h +++ b/src/plugins/relay/relay-http.h @@ -39,7 +39,7 @@ enum t_relay_client_http_status #define RELAY_HTTP_403_FORBIDDEN 403, "Forbidden" #define RELAY_HTTP_404_NOT_FOUND 404, "Not Found" #define RELAY_HTTP_500_INTERNAL_SERVER_ERROR 500, "Internal Server Error" -#define RELAY_HTTP_503_SERVICE_UNAVAILABLE 503, "Service Unvavailable" +#define RELAY_HTTP_503_SERVICE_UNAVAILABLE 503, "Service Unavailable" #define RELAY_HTTP_ERROR_MISSING_PASSWORD "Missing password" #define RELAY_HTTP_ERROR_INVALID_PASSWORD "Invalid password"