From aa899945e8585b23c8fb4af2ad6cda34aa0d7688 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 30 Oct 2018 07:12:26 +0000 Subject: [PATCH] spelling: inherited Signed-off-by: Josh Soref --- src/lxc/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/conf.c b/src/lxc/conf.c index 1905fd156..e441d5232 100644 --- a/src/lxc/conf.c +++ b/src/lxc/conf.c @@ -1397,7 +1397,7 @@ int lxc_chroot(const struct lxc_rootfs *rootfs) return -1; } - /* The following code cleans up inhereted mounts which are not required + /* The following code cleans up inherited mounts which are not required * for CT. * * The mountinfo file shows not all mounts, if a few points have been