]> git.proxmox.com Git - mirror_lxc.git/commitdiff
spelling: potentially
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 07:56:15 +0000 (07:56 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 07:56:15 +0000 (07:56 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
src/lxc/attach.c

index 9464d882e3aaa5b508d41f9038836e346ceb9d50..117e3778fab182de29b24cf7c5754a149d973649 100644 (file)
@@ -1219,7 +1219,7 @@ int lxc_attach(const char *name, const char *lxcpath,
         * just fork()s away without exec'ing directly after, the socket fd will
         * exist in the forked process from the other thread and any close() in
         * our own child process will not really cause the socket to close
-        * properly, potentiall causing the parent to hang.
+        * properly, potentially causing the parent to hang.
         *
         * For this reason, while IPC is still active, we have to use shutdown()
         * if the child exits prematurely in order to signal that the socket is