Fix typo "subssystem" -> "subsystem"

Fixes typo "subssystem" -> "subsystem" in architecture.md file

Signed-off-by: Federico Padua <federico_padua@yahoo.it>
This commit is contained in:
Federico Padua 2016-12-15 01:24:30 +01:00
parent 22772224e6
commit 878430d4c3
1 changed files with 1 additions and 1 deletions

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.