From 3c7f4e5c5b1c34f1165967a120ed872a0c712f76 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Tue, 23 Jun 2015 17:26:14 -0700 Subject: [PATCH] Remove duplicate duplicate words which are not requires Summary: Change 'the the' to 'the' where appropriate. Test Plan: eyeball it Reviewers: joshuaspence, chad, #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D13412 --- .../controller/DiffusionRepositoryCreateController.php | 2 +- src/applications/diviner/query/DivinerAtomQuery.php | 2 +- src/applications/files/storage/PhabricatorFile.php | 2 +- .../files/storage/__tests__/PhabricatorFileTestCase.php | 2 +- src/docs/user/configuration/troubleshooting_https.diviner | 2 +- src/docs/user/field/repository_imports.diviner | 2 +- src/docs/user/userguide/diffusion_updates.diviner | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/applications/diffusion/controller/DiffusionRepositoryCreateController.php b/src/applications/diffusion/controller/DiffusionRepositoryCreateController.php index 9b6f4eee63..b450fd09d3 100644 --- a/src/applications/diffusion/controller/DiffusionRepositoryCreateController.php +++ b/src/applications/diffusion/controller/DiffusionRepositoryCreateController.php @@ -596,7 +596,7 @@ final class DiffusionRepositoryCreateController $page->addRemarkupInstructions( pht( - 'Choose or add the SSH credentials to use to connect to the the '. + 'Choose or add the SSH credentials to use to connect to the '. 'repository hosted at:'. "\n\n". " lang=text\n". diff --git a/src/applications/diviner/query/DivinerAtomQuery.php b/src/applications/diviner/query/DivinerAtomQuery.php index c2a5247d78..5f4900d4dd 100644 --- a/src/applications/diviner/query/DivinerAtomQuery.php +++ b/src/applications/diviner/query/DivinerAtomQuery.php @@ -219,7 +219,7 @@ final class DivinerAtomQuery extends PhabricatorCursorPagedPolicyAwareQuery { } // If we found matches in the same documentation book, prefer them - // over other matches. Otherwise, look at all the the matches. + // over other matches. Otherwise, look at all the matches. $matches = $xatoms[$xref->getName()][$xref->getType()]; if (isset($matches[$atom->getBookPHID()])) { $maybe = $matches[$atom->getBookPHID()]; diff --git a/src/applications/files/storage/PhabricatorFile.php b/src/applications/files/storage/PhabricatorFile.php index d60107ee6d..6a71c9aeac 100644 --- a/src/applications/files/storage/PhabricatorFile.php +++ b/src/applications/files/storage/PhabricatorFile.php @@ -542,7 +542,7 @@ final class PhabricatorFile extends PhabricatorFileDAO // just bail out. throw $status; } else { - // This is HTTP 2XX, so use the the response body to save the + // This is HTTP 2XX, so use the response body to save the // file data. $params = $params + array( 'name' => basename($uri), diff --git a/src/applications/files/storage/__tests__/PhabricatorFileTestCase.php b/src/applications/files/storage/__tests__/PhabricatorFileTestCase.php index d4d5afcd71..e90b60f6f2 100644 --- a/src/applications/files/storage/__tests__/PhabricatorFileTestCase.php +++ b/src/applications/files/storage/__tests__/PhabricatorFileTestCase.php @@ -161,7 +161,7 @@ final class PhabricatorFileTestCase extends PhabricatorTestCase { $second_file = PhabricatorFile::newFromFileData($other_data, $params); - // Test that the the second file uses different storage handle from + // Test that the second file uses different storage handle from // the first file. $first_handle = $first_file->getStorageHandle(); $second_handle = $second_file->getStorageHandle(); diff --git a/src/docs/user/configuration/troubleshooting_https.diviner b/src/docs/user/configuration/troubleshooting_https.diviner index 7d9ab71a44..6b93a4f690 100644 --- a/src/docs/user/configuration/troubleshooting_https.diviner +++ b/src/docs/user/configuration/troubleshooting_https.diviner @@ -12,7 +12,7 @@ the problem. Connection negotiation can fail for several reasons. The major ones are: - - You have not added the the Certificate Authority as a trusted authority + - You have not added the Certificate Authority as a trusted authority (this is the most common problem, and usually the issue for self-signed certificates). - The SSL certificate is signed for the wrong domain. For example, a diff --git a/src/docs/user/field/repository_imports.diviner b/src/docs/user/field/repository_imports.diviner index a59bee051f..495758ea4a 100644 --- a/src/docs/user/field/repository_imports.diviner +++ b/src/docs/user/field/repository_imports.diviner @@ -234,7 +234,7 @@ you can use `help` to learn more about what it does and which flag it takes: phabricator/ $ bin/repository help ``` -In particular, you can use flags with the the `repository reparse` command to +In particular, you can use flags with the `repository reparse` command to manually run parse steps in the foreground, including re-running steps and running steps out of order. diff --git a/src/docs/user/userguide/diffusion_updates.diviner b/src/docs/user/userguide/diffusion_updates.diviner index 3dae59b3a5..eb01b8c9bc 100644 --- a/src/docs/user/userguide/diffusion_updates.diviner +++ b/src/docs/user/userguide/diffusion_updates.diviner @@ -99,7 +99,7 @@ which calls `diffusion.looksoon`. This should make an external repository about as responsive as a hosted repository. If a repository has an update scheduled, the Diffusion > (Choose a -Repository) > Edit Repository interface will show that the the repository is +Repository) > Edit Repository interface will show that the repository is prioritized and will be updated soon.