From 82abf3947230ed04d2e8ea4fcae9b532026130f6 Mon Sep 17 00:00:00 2001 From: Mirko Brombin Date: Thu, 21 Sep 2023 19:54:12 +0200 Subject: [PATCH] fix typo --- pkg/containerutils/rootfs_utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/containerutils/rootfs_utils.go b/pkg/containerutils/rootfs_utils.go index 6d26c69..0400c2f 100644 --- a/pkg/containerutils/rootfs_utils.go +++ b/pkg/containerutils/rootfs_utils.go @@ -474,7 +474,7 @@ func setupVolumes(path string, conf utils.Config) error { // This will also populate container's /run/.containerenv. func SetupRootfs(conf utils.Config) error { path := GetRootfsDir(conf.ID) - // this section will make sure that mounts are privare in this mount + // this section will make sure that mounts are private in this mount // namespace, so that even with root we do not have pending mounts. logging.LogDebug("remounting %s as private", path)