From 71d2b0868b73bb3f43035d9ce19c94067ba6da83 Mon Sep 17 00:00:00 2001 From: Stepan Generalov Date: Tue, 27 May 2014 17:23:08 -0700 Subject: [PATCH] Fix typo: behvaior->behavior See: Reviewed by: epriestley --- .../differential/customfield/DifferentialTestPlanField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/differential/customfield/DifferentialTestPlanField.php b/src/applications/differential/customfield/DifferentialTestPlanField.php index c4c8cf7943..efc3bfc1a0 100644 --- a/src/applications/differential/customfield/DifferentialTestPlanField.php +++ b/src/applications/differential/customfield/DifferentialTestPlanField.php @@ -44,7 +44,7 @@ final class DifferentialTestPlanField protected function getCoreFieldRequiredErrorString() { return pht( 'You must provide a test plan. Describe the actions you performed '. - 'to verify the behvaior of this change.'); + 'to verify the behavior of this change.'); } public function readValueFromRequest(AphrontRequest $request) {