mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:23:04 +00:00
[LIBXML2] Update to version 2.9.10. CORE-16952
This commit is contained in:
parent
b82bf8ce16
commit
f22fa382fe
65 changed files with 2245 additions and 2056 deletions
4
sdk/lib/3rdparty/libxml2/nanohttp.c
vendored
4
sdk/lib/3rdparty/libxml2/nanohttp.c
vendored
|
@ -1143,12 +1143,12 @@ xmlNanoHTTPConnectHost(const char *host, int port)
|
|||
|
||||
switch (h_errno) {
|
||||
case HOST_NOT_FOUND:
|
||||
h_err_txt = "Authoritive host not found";
|
||||
h_err_txt = "Authoritative host not found";
|
||||
break;
|
||||
|
||||
case TRY_AGAIN:
|
||||
h_err_txt =
|
||||
"Non-authoritive host not found or server failure.";
|
||||
"Non-authoritative host not found or server failure.";
|
||||
break;
|
||||
|
||||
case NO_RECOVERY:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue