Commit 039db0b3 authored by Pierre Ynard's avatar Pierre Ynard

htcpcp: typo

parent 0afba62b
...@@ -129,7 +129,7 @@ static ssize_t Read (access_t *access, uint8_t *buf, size_t len) ...@@ -129,7 +129,7 @@ static ssize_t Read (access_t *access, uint8_t *buf, size_t len)
unsigned code; unsigned code;
if (sscanf (resp, "HTTP/%*u.%*u %u", &code) != 1) if (sscanf (resp, "HTTP/%*u.%*u %u", &code) != 1)
{ {
msg_Err (access, "cannot parse response frmo coffee server"); msg_Err (access, "cannot parse response from coffee server");
goto error; goto error;
} }
if ((code / 100) != 2) if ((code / 100) != 2)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment