Merge pull request #369 from fedepad/fix-small-typo-architecture-descr

Fix typo "subssystem" -> "subsystem"
This commit is contained in:
Kenfe-Mickaël Laventure 2016-12-14 18:30:42 -08:00 committed by GitHub
commit 4bbc774e78

View file

@ -81,6 +81,6 @@ Let's take pulling an image as a demonstrated example:
controller_ can use the image manifest and config to prepare the execution
configuration. Part of this is entering mounts into the execution config
from the _snapshot_ module.
4. The prepared bundle is then passed off to the _runtime_ subssystem for
4. The prepared bundle is then passed off to the _runtime_ subsystem for
execution. It reads the bundle configuration to create a running container.