diff --git a/src/applications/maniphest/controller/ManiphestSearchController.php b/src/applications/maniphest/controller/ManiphestSearchController.php index 9a148fb75f..b19ffc38dc 100644 --- a/src/applications/maniphest/controller/ManiphestSearchController.php +++ b/src/applications/maniphest/controller/ManiphestSearchController.php @@ -7,7 +7,7 @@ final class ManiphestSearchController private $taskTypeKey; private $taskTypes; - protected function getDescruptionForQuery($query) { + protected function getDescriptionForQuery($query) { $description = 'Showing results for '; if ($query->getIsBuiltin()) { $description .= ' query "%s"'; diff --git a/src/applications/search/controller/PhabricatorApplicationSearchController.php b/src/applications/search/controller/PhabricatorApplicationSearchController.php index 1c38d8a431..eb13d24e69 100644 --- a/src/applications/search/controller/PhabricatorApplicationSearchController.php +++ b/src/applications/search/controller/PhabricatorApplicationSearchController.php @@ -86,7 +86,7 @@ } } - protected function getDescruptionForQuery($query) { + protected function getDescriptionForQuery($query) { if ($query->getIsBuiltin()) { $description = pht( 'Showing results for query "%s".', @@ -192,7 +192,7 @@ $filter_view = id(new AphrontListFilterView())->appendChild($form); if ($run_query && $named_query) { - $description = $this->getDescruptionForQuery($named_query); + $description = $this->getDescriptionForQuery($named_query); $filter_view->setCollapsed( pht('Edit Query...'), pht('Hide Query'),