]> git.proxmox.com Git - mirror_lxc.git/commitdiff
spelling: returns
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 08:02:42 +0000 (08:02 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 08:02:42 +0000 (08:02 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
src/lxc/tools/lxc_unshare.c

index cc00dc0dff39f590ad713d02bfceb3566f97c65b..a86d12b3c776e67be78b3534fb75b17052df601c 100644 (file)
@@ -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);
 }