From 2295e0ddb1e2c616b885762f9fc16da4a38bc8f0 Mon Sep 17 00:00:00 2001 From: rajasec Date: Fri, 15 Apr 2016 14:57:14 +0530 Subject: [PATCH] Typo in SPEC.md Signed-off-by: rajasec --- libcontainer/SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcontainer/SPEC.md b/libcontainer/SPEC.md index 221545c01..70e24a0b0 100644 --- a/libcontainer/SPEC.md +++ b/libcontainer/SPEC.md @@ -90,7 +90,7 @@ in tmpfs. After `/dev/null` has been setup we check for any external links between the container's io, STDIN, STDOUT, STDERR. If the container's io is pointing -to `/dev/null` outside the container we close and `dup2` the the `/dev/null` +to `/dev/null` outside the container we close and `dup2` the `/dev/null` that is local to the container's rootfs.