From: Eric W. Biederman Date: Thu, 17 Jan 2013 00:34:44 +0000 (-0800) Subject: nsenter: Properly spell significant in a comment. X-Git-Tag: v2.23-rc1~340 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebbc87cdea64b72946c765011619d1c672e0544b;p=thirdparty%2Futil-linux.git nsenter: Properly spell significant in a comment. Signed-off-by: "Eric W. Biederman" --- 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