From 8d4dfc89d58870069d616d74e73fb1b89612920d Mon Sep 17 00:00:00 2001 From: mynamewastaken Date: Thu, 28 Mar 2013 02:55:28 -0500 Subject: [PATCH] Update README.md Fixed typo Upstream-commit: b3cbe87b62f00d0dcc207d4562c9dde99a708366 Component: engine --- components/engine/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/README.md b/components/engine/README.md index 9cf3daf6a2..7fcfa4c360 100644 --- a/components/engine/README.md +++ b/components/engine/README.md @@ -25,7 +25,7 @@ Notable features * Network isolation: each process container runs in its own network namespace, with a virtual interface and IP address of its own. -* Copy-on-write: root filesystems are created using copy-on-write, which makes deployment extremeley fast, memory-cheap and disk-cheap. +* Copy-on-write: root filesystems are created using copy-on-write, which makes deployment extremely fast, memory-cheap and disk-cheap. * Logging: the standard streams (stdout/stderr/stdin) of each process container are collected and logged for real-time or batch retrieval.