1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

spelling: unavailable

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-09-06 09:46:57 -04:00
committed by Sébastien Helleu
parent 57b19b6c74
commit 17eedc35e2
+1 -1
View File
@@ -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"