From ea602a082a1edac406817b660c35cd1f32e25f08 Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 18 Sep 2014 08:21:34 -0700 Subject: [PATCH] Fix "are are" in explanatory text Summary: See rP8806fb0296c2. Test Plan: me fail english with bonus! Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D10514 --- src/applications/config/option/PhabricatorCoreConfigOptions.php | 2 +- .../engineselector/PhabricatorFileStorageEngineSelector.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/applications/config/option/PhabricatorCoreConfigOptions.php b/src/applications/config/option/PhabricatorCoreConfigOptions.php index acdda9cdbc..e1ffbcbddb 100644 --- a/src/applications/config/option/PhabricatorCoreConfigOptions.php +++ b/src/applications/config/option/PhabricatorCoreConfigOptions.php @@ -106,7 +106,7 @@ final class PhabricatorCoreConfigOptions "\n\n". "Phabricator includes prototype applications which are in an ". "**early stage of development**. By default, prototype ". - "applications are not installed, because are are often not yet ". + "applications are not installed, because they are often not yet ". "developed enough to be generally usable. You can enable ". "this option to install them if you're developing Phabricator ". "or are interested in previewing upcoming features.". diff --git a/src/applications/files/engineselector/PhabricatorFileStorageEngineSelector.php b/src/applications/files/engineselector/PhabricatorFileStorageEngineSelector.php index 3785b724f1..7c21c441be 100644 --- a/src/applications/files/engineselector/PhabricatorFileStorageEngineSelector.php +++ b/src/applications/files/engineselector/PhabricatorFileStorageEngineSelector.php @@ -23,7 +23,7 @@ abstract class PhabricatorFileStorageEngineSelector { * Phabricator when it needs to store a file permanently. It must return a * list of valid @{class:PhabricatorFileStorageEngine}s. * - * If you are are extending this class to provide a custom selector, you + * If you are extending this class to provide a custom selector, you * probably just want it to look like this: * * return array(new MyCustomFileStorageEngine());