diff --git a/notes/HTTP.md b/notes/HTTP.md index 57b8aa6363fda7c4e66fd35a3761ebb68591b6b2..6fec1df9a9205afc5e5051b6bd2fe4309a5574fe 100644 --- a/notes/HTTP.md +++ b/notes/HTTP.md @@ -232,7 +232,7 @@ CONNECT www.example.com:443 HTTP/1.1 - **500 Internal Server Error** :服务器正在执行请求时发生错误。 -- **503 Service Unavilable** :服务器暂时处于超负载或正在进行停机维护,现在无法处理请求。 +- **503 Service Unavailable** :服务器暂时处于超负载或正在进行停机维护,现在无法处理请求。 # 四、HTTP 首部