From ebbc87cdea64b72946c765011619d1c672e0544b Mon Sep 17 00:00:00 2001 From: "Eric W. Biederman" Date: Wed, 16 Jan 2013 16:34:44 -0800 Subject: [PATCH] nsenter: Properly spell significant in a comment. Signed-off-by: "Eric W. Biederman" --- sys-utils/nsenter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/nsenter.c b/sys-utils/nsenter.c index a264515ebe..aef0d933a9 100644 --- a/sys-utils/nsenter.c +++ b/sys-utils/nsenter.c @@ -63,7 +63,7 @@ static struct namespace_file{ char *name; int fd; } namespace_files[] = { - /* Careful the order is signifcant in this array. + /* Careful the order is significant in this array. * * The user namespace comes first, so that it is entered * first. This gives an unprivileged user the potential to -- 2.47.2