From: Josh Soref Date: Tue, 30 Oct 2018 07:56:15 +0000 (+0000) Subject: spelling: potentially X-Git-Tag: lxc-3.1.0~26^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d801260c637ad72e204778cec7cebb0de714b67;p=thirdparty%2Flxc.git spelling: potentially Signed-off-by: Josh Soref --- diff --git a/src/lxc/attach.c b/src/lxc/attach.c index 9464d882e..117e3778f 100644 --- a/src/lxc/attach.c +++ b/src/lxc/attach.c @@ -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