You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/12/14 19:13:29 UTC

[GitHub] jranson commented on a change in pull request #3125: fix English language typos

jranson commented on a change in pull request #3125: fix English language typos
URL: https://github.com/apache/trafficcontrol/pull/3125#discussion_r241860393
 
 

 ##########
 File path: traffic_ops/app/lib/API/Tenant.pm
 ##########
 @@ -138,21 +138,21 @@ sub update {
 			#Parent tenant to be set is not under user's tenancy
 			return $self->alert("Invalid parent tenant. This tenant is not available to you for parent assignment.");
 		}
-		my $parent_depth = $tenant_utils->get_tenant_heirarchy_depth($tenants_data, $params->{parentId});
+		my $parent_depth = $tenant_utils->get_tenant_hierarchy_depth($tenants_data, $params->{parentId});
 
 Review comment:
   The corresponding function definitions in the Utils Module were updated along with the call updates here in the API Module. (See traffic_ops/app/lib/Utils/Tenant.pm down below). Thanks for checking!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services