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:
parent
22772224e6
commit
878430d4c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
controller_ can use the image manifest and config to prepare the execution
|
||||||
configuration. Part of this is entering mounts into the execution config
|
configuration. Part of this is entering mounts into the execution config
|
||||||
from the _snapshot_ module.
|
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.
|
execution. It reads the bundle configuration to create a running container.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue