aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordlezcano <dlezcano>2008-09-04 08:43:45 +0000
committerdlezcano <dlezcano>2008-09-04 08:43:45 +0000
commitf291d61b3f34ee72a2e2b6a307585c19b5d1fb48 (patch)
treece3ca5e521298e8aaa328a38b01a7d598f8b289d /README
parentMerged with lxc/.cvsignore (diff)
downloadlxc-f291d61b3f34ee72a2e2b6a307585c19b5d1fb48.tar.gz
lxc-f291d61b3f34ee72a2e2b6a307585c19b5d1fb48.tar.bz2
lxc-f291d61b3f34ee72a2e2b6a307585c19b5d1fb48.zip
Fixed typo
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 7eb3f77..4681d11 100644
--- a/README
+++ b/README
@@ -45,7 +45,7 @@ container object which provides full resource isolation and resource
control for an applications or a system.
The first objective of this project is to make the life easier for the
-kernel developpers involved in the containers project and especially
+kernel developers involved in the containers project and especially
to continue working on the Checkpoint/Restart new features. The LXC is
small enough to easily manage a container with simple command lines
and complete enough to be used for other purposes.
@@ -54,8 +54,8 @@ and complete enough to be used for other purposes.
---------------
The LXC relies on a set of functionnalies provided by the kernel which
-needs to be active. Depending of the missing functionnality the LXC
-will work with a restricted number of functionnality or will simply
+needs to be active. Depending of the missing functionnalities the LXC
+will work with a restricted number of functionnalities or will simply
fails.
This is the list of the kernel features which needs to be compiled in:
@@ -206,7 +206,7 @@ specifies the container name and the container configuration file.
3.4 Starting a container
------------------------
-As the container has been create with the lxc-create command, it is
+As the container has been created with the lxc-create command, it is
possible now to start an application inside.
lxc-execute -n foo /bin/bash
@@ -242,7 +242,7 @@ A signal can be sent to all processes running inside the container.
3.8 Monitoring container states
-------------------------------
-A container has a life cycle and pass though different states as
+A container has a life cycle and passes though different states as
defined in section 3.1. The following command allows to watch such
states for a specific container.