From 973711b31138bccc0810c8c4fe422a3a6cd5316a Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Tue, 29 Mar 2016 14:15:56 +0700 Subject: [PATCH] Removing some redundant words This patch removes some redundant "the". TrivialFix Change-Id: I8b13857fc48c8c3941c9babb17186e9ba673ea51 --- manila/share/drivers/glusterfs/layout_volume.py | 2 +- manila/share/drivers/hdfs/hdfs_native.py | 2 +- .../tests/share/drivers/emc/plugins/isilon/test_isilon_api.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manila/share/drivers/glusterfs/layout_volume.py b/manila/share/drivers/glusterfs/layout_volume.py index 36f26f75be..b56d87668e 100644 --- a/manila/share/drivers/glusterfs/layout_volume.py +++ b/manila/share/drivers/glusterfs/layout_volume.py @@ -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) diff --git a/manila/share/drivers/hdfs/hdfs_native.py b/manila/share/drivers/hdfs/hdfs_native.py index 79b1aa512e..7ea4c61aaa 100644 --- a/manila/share/drivers/hdfs/hdfs_native.py +++ b/manila/share/drivers/hdfs/hdfs_native.py @@ -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. diff --git a/manila/tests/share/drivers/emc/plugins/isilon/test_isilon_api.py b/manila/tests/share/drivers/emc/plugins/isilon/test_isilon_api.py index 9669eded5f..e073a3d9b5 100644 --- a/manila/tests/share/drivers/emc/plugins/isilon/test_isilon_api.py +++ b/manila/tests/share/drivers/emc/plugins/isilon/test_isilon_api.py @@ -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"},'