From a43e7b292c1923dfc9606adc8c3e642c339d82ba Mon Sep 17 00:00:00 2001 From: cpettet Date: Thu, 5 Mar 2015 10:28:48 -0800 Subject: [PATCH] phd.verbose config key description typo Summary: Miniscule typo patch. Test Plan: None really! Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D11986 --- src/applications/config/option/PhabricatorPHDConfigOptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/config/option/PhabricatorPHDConfigOptions.php b/src/applications/config/option/PhabricatorPHDConfigOptions.php index 3fb0afdc57..b07e62244c 100644 --- a/src/applications/config/option/PhabricatorPHDConfigOptions.php +++ b/src/applications/config/option/PhabricatorPHDConfigOptions.php @@ -70,7 +70,7 @@ final class PhabricatorPHDConfigOptions "Launch daemons in 'trace' mode by default. This creates an ". "ENORMOUS amount of output, but can help debug issues. Daemons ". "launched in debug mode with 'phd debug' are always launched in ". - "trace mdoe. See also 'phd.verbose'.")), + "trace mode. See also 'phd.verbose'.")), $this->newOption('phd.variant-config', 'list', array()) ->setDescription( pht(