From ea252c434121bfc4ce22bbc0d60c24a4b401ed66 Mon Sep 17 00:00:00 2001 From: Ngo Quoc Cuong Date: Mon, 8 May 2017 15:36:19 +0700 Subject: [PATCH] Fix typos in document TrivialFix Change-Id: I1feabe6d29aa84c2320fca85b243eea2ce01084d --- doc/source/devref/container_driver.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/devref/container_driver.rst b/doc/source/devref/container_driver.rst index 5c5416df61..780fdc5f27 100644 --- a/doc/source/devref/container_driver.rst +++ b/doc/source/devref/container_driver.rst @@ -36,13 +36,13 @@ Restrictions - Current implementation has been tested only on Ubuntu. Devstack plugin won't work on other distributions however it should be possible to install - prerequisits and set the driver up manually; + prerequisites and set the driver up manually; - The only supported protocol is CIFS; - The following features are not implemented: * Manage/unmanage share; * Shrink share; * Create/delete snapshots; - * Create a share fron a snapshot; + * Create a share from a snapshot; * Manage/unmanage snapshots. Known problems