Removing some redundant words

This patch removes some redundant "the".
TrivialFix

Change-Id: I8b13857fc48c8c3941c9babb17186e9ba673ea51
This commit is contained in:
Anh Tran 2016-03-29 14:15:56 +07:00
parent a36ff17041
commit 973711b311
3 changed files with 3 additions and 3 deletions

View File

@ -498,7 +498,7 @@ class GlusterfsVolumeMappedLayout(layout.GlusterfsShareLayoutBase):
*args,
log=_LE("Creating share from snapshot"))
# Get a manager for the the new volume/share.
# Get a manager for the new volume/share.
comp_vol = old_gmgr.components.copy()
comp_vol.update({'volume': volume})
gmgr = self._glustermanager(comp_vol)

View File

@ -17,7 +17,7 @@
Manila share is a directory in HDFS. And this share does not use
service VM instance (share server). The instance directly talks
to the the HDFS cluster.
to the HDFS cluster.
The initial version only supports single namenode and flat network.

View File

@ -67,7 +67,7 @@ class IsilonApiTest(test.TestCase):
# In order to test cloning a snapshot, we build out a mock
# source directory tree. After the method under test is called we
# will verify the the necessary calls are made to clone a snapshot.
# will verify the necessary calls are made to clone a snapshot.
source_dir_listing_json = (
'{"children": ['
'{"name": "dir1", "type": "container"},'