Unverified Commit 95552b1b by Christian Brauner Committed by GitHub

Merge pull request #2567 from stgraber/master

Fix typo
parents 38bce154 e01516d7
......@@ -52,7 +52,7 @@ int lxc_cmd_sock_rcv_state(int state_client_fd, int timeout)
ret = setsockopt(state_client_fd, SOL_SOCKET, SO_RCVTIMEO,
(const void *)&out, sizeof(out));
if (ret < 0) {
SYSERROR("Failed to set %ds timeout on containter "
SYSERROR("Failed to set %ds timeout on container "
"state socket",
timeout);
return -1;
......
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