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