Commit abf1ca53 authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Lasse Karstensen

Spelling

parent e2b8877b
......@@ -82,7 +82,7 @@ enum e_frag {
F_h, /* %h Host name / IP Address */
F_m, /* %m Method */
F_s, /* %s Status */
F_I, /* %I Bytes recieved */
F_I, /* %I Bytes received */
F_O, /* %O Bytes sent */
F_tstart, /* Time start */
F_tend, /* Time end */
......@@ -720,7 +720,7 @@ parse_format(const char *format)
case 'H': /* Protocol */
addf_fragment(&CTX.frag[F_H], "HTTP/1.0");
break;
case 'I': /* Bytes recieved */
case 'I': /* Bytes received */
addf_fragment(&CTX.frag[F_I], "-");
break;
case 'l': /* Client user ID (identd) always '-' */
......
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