Skip to content

Commit d274c0a

Browse files
committed
Fix typo
1 parent dda2e00 commit d274c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/main.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ std::string log(auto &req, auto &res) {
4141
auto http_referer = "-"; // TODO:
4242
auto http_user_agent = req.get_header_value("User-Agent", "-");
4343

44-
// NOTE: From NGINX defualt access log format
44+
// NOTE: From NGINX default access log format
4545
// log_format combined '$remote_addr - $remote_user [$time_local] '
4646
// '"$request" $status $body_bytes_sent '
4747
// '"$http_referer" "$http_user_agent"';

0 commit comments

Comments
 (0)