From 4e7dc30fea9db25f59b92c02a2cfd70aba3cf3e1 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 21 Nov 2013 23:17:13 +0600 Subject: [PATCH] Fix typo in method name --- .../maniphest/controller/ManiphestSearchController.php | 2 +- .../controller/PhabricatorApplicationSearchController.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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'),