From fd63c079c82efde38ce615b48f192dd6b63d3659 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Mon, 9 Apr 2018 11:44:45 -0500 Subject: [PATCH] Update namespaces.md typo fix --- slides/swarm/namespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/swarm/namespaces.md b/slides/swarm/namespaces.md index 7d3712b4..f2f43e31 100644 --- a/slides/swarm/namespaces.md +++ b/slides/swarm/namespaces.md @@ -3,7 +3,7 @@ name: namespaces # Improving isolation with User Namespaces -- *Namespaces* are kernel mechanisms to compartimetalize the system +- *Namespaces* are kernel mechanisms to compartmentalize the system - There are different kind of namespaces: `pid`, `net`, `mnt`, `ipc`, `uts`, and `user`