From 955ec1bb9beda9150e2558274114f549d9751170 Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Sat, 2 Aug 2014 17:36:34 +1000 Subject: [PATCH] Fix a file misnaming Summary: This class was renamed in D9991 but the filename is incorrect. Test Plan: Eyeball it Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D10118 --- src/__phutil_library_map__.php | 2 +- ...itAPIMethod.php => ReleephQueryProductsConduitAPIMethod.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/applications/releeph/conduit/{ReleephQueryProdutsConduitAPIMethod.php => ReleephQueryProductsConduitAPIMethod.php} (100%) diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php index 301c81a97d..e67271042d 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php @@ -2674,7 +2674,7 @@ phutil_register_library_map(array( 'ReleephProject' => 'applications/releeph/storage/ReleephProject.php', 'ReleephProjectInfoConduitAPIMethod' => 'applications/releeph/conduit/ReleephProjectInfoConduitAPIMethod.php', 'ReleephQueryBranchesConduitAPIMethod' => 'applications/releeph/conduit/ReleephQueryBranchesConduitAPIMethod.php', - 'ReleephQueryProductsConduitAPIMethod' => 'applications/releeph/conduit/ReleephQueryProdutsConduitAPIMethod.php', + 'ReleephQueryProductsConduitAPIMethod' => 'applications/releeph/conduit/ReleephQueryProductsConduitAPIMethod.php', 'ReleephQueryRequestsConduitAPIMethod' => 'applications/releeph/conduit/ReleephQueryRequestsConduitAPIMethod.php', 'ReleephReasonFieldSpecification' => 'applications/releeph/field/specification/ReleephReasonFieldSpecification.php', 'ReleephRequest' => 'applications/releeph/storage/ReleephRequest.php', diff --git a/src/applications/releeph/conduit/ReleephQueryProdutsConduitAPIMethod.php b/src/applications/releeph/conduit/ReleephQueryProductsConduitAPIMethod.php similarity index 100% rename from src/applications/releeph/conduit/ReleephQueryProdutsConduitAPIMethod.php rename to src/applications/releeph/conduit/ReleephQueryProductsConduitAPIMethod.php