mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-21 04:50:55 +01:00
Fix spelling mistake in PhabricatorOwnerRelatedListController
Summary: selected was misspelled Test Plan: none Reviewers: epriestley, jungejason Reviewed By: epriestley CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1586
This commit is contained in:
parent
cd22d837cb
commit
f2636fcb04
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class PhabricatorOwnerRelatedListController
|
|||
if (!$this->packagePHID) {
|
||||
return id(new AphrontErrorView())
|
||||
->setSeverity(AphrontErrorView::SEVERITY_NOTICE)
|
||||
->setTitle('No package seleted. Please select one from above.');
|
||||
->setTitle('No package selected. Please select one from above.');
|
||||
}
|
||||
|
||||
$package = id(new PhabricatorOwnersPackage())->loadOneWhere(
|
||||
|
|
Loading…
Reference in a new issue