From: Josh Soref Date: Tue, 30 Oct 2018 07:09:02 +0000 (+0000) Subject: spelling: hoops X-Git-Tag: lxc-3.1.0~26^2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b699117873a8cd30833bee1dbc73115572afe0b0;p=thirdparty%2Flxc.git spelling: hoops Signed-off-by: Josh Soref --- diff --git a/src/lxc/raw_syscalls.c b/src/lxc/raw_syscalls.c index e5e823540..4ac51ac25 100644 --- a/src/lxc/raw_syscalls.c +++ b/src/lxc/raw_syscalls.c @@ -35,7 +35,7 @@ int lxc_raw_execveat(int dirfd, const char *pathname, char *const argv[], pid_t lxc_raw_clone(unsigned long flags) { /* - * These flags don't interest at all so we don't jump through any hoopes + * These flags don't interest at all so we don't jump through any hoops * of retrieving them and passing them to the kernel. */ errno = EINVAL;