]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Fix typo
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 22 Aug 2018 17:58:17 +0000 (13:58 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 22 Aug 2018 17:58:17 +0000 (13:58 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/commands_utils.c

index f278800323e02342c2175aab844a89cacede3f70..854d90ce5be7b67cc37923440c38c2a3291f8e73 100644 (file)
@@ -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;