mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 19:40:55 +01:00
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
This commit is contained in:
parent
520e70a3cf
commit
3c7f4e5c5b
7 changed files with 7 additions and 7 deletions
|
@ -596,7 +596,7 @@ final class DiffusionRepositoryCreateController
|
||||||
|
|
||||||
$page->addRemarkupInstructions(
|
$page->addRemarkupInstructions(
|
||||||
pht(
|
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:'.
|
'repository hosted at:'.
|
||||||
"\n\n".
|
"\n\n".
|
||||||
" lang=text\n".
|
" lang=text\n".
|
||||||
|
|
|
@ -219,7 +219,7 @@ final class DivinerAtomQuery extends PhabricatorCursorPagedPolicyAwareQuery {
|
||||||
}
|
}
|
||||||
|
|
||||||
// If we found matches in the same documentation book, prefer them
|
// 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()];
|
$matches = $xatoms[$xref->getName()][$xref->getType()];
|
||||||
if (isset($matches[$atom->getBookPHID()])) {
|
if (isset($matches[$atom->getBookPHID()])) {
|
||||||
$maybe = $matches[$atom->getBookPHID()];
|
$maybe = $matches[$atom->getBookPHID()];
|
||||||
|
|
|
@ -542,7 +542,7 @@ final class PhabricatorFile extends PhabricatorFileDAO
|
||||||
// just bail out.
|
// just bail out.
|
||||||
throw $status;
|
throw $status;
|
||||||
} else {
|
} 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.
|
// file data.
|
||||||
$params = $params + array(
|
$params = $params + array(
|
||||||
'name' => basename($uri),
|
'name' => basename($uri),
|
||||||
|
|
|
@ -161,7 +161,7 @@ final class PhabricatorFileTestCase extends PhabricatorTestCase {
|
||||||
|
|
||||||
$second_file = PhabricatorFile::newFromFileData($other_data, $params);
|
$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.
|
// the first file.
|
||||||
$first_handle = $first_file->getStorageHandle();
|
$first_handle = $first_file->getStorageHandle();
|
||||||
$second_handle = $second_file->getStorageHandle();
|
$second_handle = $second_file->getStorageHandle();
|
||||||
|
|
|
@ -12,7 +12,7 @@ the problem.
|
||||||
|
|
||||||
Connection negotiation can fail for several reasons. The major ones are:
|
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
|
(this is the most common problem, and usually the issue for self-signed
|
||||||
certificates).
|
certificates).
|
||||||
- The SSL certificate is signed for the wrong domain. For example, a
|
- The SSL certificate is signed for the wrong domain. For example, a
|
||||||
|
|
|
@ -234,7 +234,7 @@ you can use `help` to learn more about what it does and which flag it takes:
|
||||||
phabricator/ $ bin/repository help <command>
|
phabricator/ $ bin/repository help <command>
|
||||||
```
|
```
|
||||||
|
|
||||||
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
|
manually run parse steps in the foreground, including re-running steps and
|
||||||
running steps out of order.
|
running steps out of order.
|
||||||
|
|
||||||
|
|
|
@ -99,7 +99,7 @@ which calls `diffusion.looksoon`. This should make an external repository about
|
||||||
as responsive as a hosted repository.
|
as responsive as a hosted repository.
|
||||||
|
|
||||||
If a repository has an update scheduled, the Diffusion > (Choose a
|
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.
|
prioritized and will be updated soon.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue