Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15381613
D13412.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D13412.diff
View Options
diff --git a/src/applications/diffusion/controller/DiffusionRepositoryCreateController.php b/src/applications/diffusion/controller/DiffusionRepositoryCreateController.php
--- a/src/applications/diffusion/controller/DiffusionRepositoryCreateController.php
+++ b/src/applications/diffusion/controller/DiffusionRepositoryCreateController.php
@@ -596,7 +596,7 @@
$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
--- a/src/applications/diviner/query/DivinerAtomQuery.php
+++ b/src/applications/diviner/query/DivinerAtomQuery.php
@@ -219,7 +219,7 @@
}
// 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
--- a/src/applications/files/storage/PhabricatorFile.php
+++ b/src/applications/files/storage/PhabricatorFile.php
@@ -542,7 +542,7 @@
// 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
--- a/src/applications/files/storage/__tests__/PhabricatorFileTestCase.php
+++ b/src/applications/files/storage/__tests__/PhabricatorFileTestCase.php
@@ -161,7 +161,7 @@
$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
--- a/src/docs/user/configuration/troubleshooting_https.diviner
+++ b/src/docs/user/configuration/troubleshooting_https.diviner
@@ -12,7 +12,7 @@
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
--- a/src/docs/user/field/repository_imports.diviner
+++ b/src/docs/user/field/repository_imports.diviner
@@ -234,7 +234,7 @@
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
running steps out of order.
diff --git a/src/docs/user/userguide/diffusion_updates.diviner b/src/docs/user/userguide/diffusion_updates.diviner
--- a/src/docs/user/userguide/diffusion_updates.diviner
+++ b/src/docs/user/userguide/diffusion_updates.diviner
@@ -99,7 +99,7 @@
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.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 15, 8:36 AM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7687734
Default Alt Text
D13412.diff (4 KB)
Attached To
Mode
D13412: Remove duplicate duplicate words which are not requires
Attached
Detach File
Event Timeline
Log In to Comment