summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys-utils/nsenter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/nsenter.c b/sys-utils/nsenter.c
index a264515eb..aef0d933a 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