From 96c959ec6b80ff11c8dc8f6d9105b19b9c80899a Mon Sep 17 00:00:00 2001
From: lixiaobing10051267
Date: Wed, 3 Aug 2016 16:13:44 +0800
Subject: [PATCH] Remove reduntant word in device-mapper-driver.md
Signed-off-by: lixiaobing10051267
---
docs/userguide/storagedriver/device-mapper-driver.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/userguide/storagedriver/device-mapper-driver.md b/docs/userguide/storagedriver/device-mapper-driver.md
index 30ca6fed9b..34b7540acc 100644
--- a/docs/userguide/storagedriver/device-mapper-driver.md
+++ b/docs/userguide/storagedriver/device-mapper-driver.md
@@ -216,7 +216,7 @@ a `direct-lvm` configuration.
The procedure below will create a logical volume configured as a thin pool to
use as backing for the storage pool. It assumes that you have a spare block
device at `/dev/xvdf` with enough free space to complete the task. The device
-identifier and volume sizes may be be different in your environment and you
+identifier and volume sizes may be different in your environment and you
should substitute your own values throughout the procedure. The procedure also
assumes that the Docker daemon is in the `stopped` state.