From 878430d4c3e871384bee1a1ac9d8c114d544b45c Mon Sep 17 00:00:00 2001 From: Federico Padua Date: Thu, 15 Dec 2016 01:24:30 +0100 Subject: [PATCH] Fix typo "subssystem" -> "subsystem" Fixes typo "subssystem" -> "subsystem" in architecture.md file Signed-off-by: Federico Padua --- design/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design/architecture.md b/design/architecture.md index 2059aa5..478ead0 100644 --- a/design/architecture.md +++ b/design/architecture.md @@ -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.