From: Josh Soref Date: Tue, 30 Oct 2018 08:02:42 +0000 (+0000) Subject: spelling: returns X-Git-Tag: lxc-3.1.0~26^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3e65e7ba3d7dc5cf0e42888a2659ef96138e260;p=thirdparty%2Flxc.git spelling: returns Signed-off-by: Josh Soref --- diff --git a/src/lxc/tools/lxc_unshare.c b/src/lxc/tools/lxc_unshare.c index cc00dc0df..a86d12b3c 100644 --- a/src/lxc/tools/lxc_unshare.c +++ b/src/lxc/tools/lxc_unshare.c @@ -472,6 +472,6 @@ int main(int argc, char *argv[]) exit(EXIT_FAILURE); } - /* Call exit() directly on this function because it retuns an exit code. */ + /* Call exit() directly on this function because it returns an exit code. */ exit(EXIT_SUCCESS); }