From 5c4d2ae765390546efc273524173df794e26d1fd Mon Sep 17 00:00:00 2001 From: vrana Date: Thu, 1 Nov 2012 16:21:12 -0700 Subject: [PATCH] Fix copy/paste error in comment --- src/workflow/ArcanistLintWorkflow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workflow/ArcanistLintWorkflow.php b/src/workflow/ArcanistLintWorkflow.php index 4c9c11a2..fa7769bb 100644 --- a/src/workflow/ArcanistLintWorkflow.php +++ b/src/workflow/ArcanistLintWorkflow.php @@ -194,7 +194,7 @@ EOTEXT } } - // Enable possible async linting only for 'arc diff' not 'arc unit' + // Enable possible async linting only for 'arc diff' not 'arc lint' if ($this->getParentWorkflow()) { $engine->setEnableAsyncLint(true); } else {