1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-22 05:20:56 +01:00

Fix typo: behvaior->behavior

See: <https://github.com/facebook/phabricator/pull/622>

Reviewed by: epriestley
This commit is contained in:
Stepan Generalov 2014-05-27 17:23:08 -07:00 committed by epriestley
parent 70ec8052fd
commit 71d2b0868b

View file

@ -44,7 +44,7 @@ final class DifferentialTestPlanField
protected function getCoreFieldRequiredErrorString() { protected function getCoreFieldRequiredErrorString() {
return pht( return pht(
'You must provide a test plan. Describe the actions you performed '. '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) { public function readValueFromRequest(AphrontRequest $request) {