From 04dcf50218b76ff0743ef1d76479fdb2460f8ba7 Mon Sep 17 00:00:00 2001 From: Nicholas-Westby Date: Tue, 25 Mar 2014 20:14:23 -0700 Subject: [PATCH] Replaced "retreive" with "retrieve". --- .../src/common/resources/tree.resource.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/common/resources/tree.resource.js b/src/Umbraco.Web.UI.Client/src/common/resources/tree.resource.js index c9ccbf41d2..52f8f07842 100644 --- a/src/Umbraco.Web.UI.Client/src/common/resources/tree.resource.js +++ b/src/Umbraco.Web.UI.Client/src/common/resources/tree.resource.js @@ -29,7 +29,7 @@ function treeResource($q, $http, umbRequestHelper) { return umbRequestHelper.resourcePromise( $http.get(getTreeMenuUrl(node)), - "Failed to retreive data for a node's menu " + node.id); + "Failed to retrieve data for a node's menu " + node.id); }, /** Loads in the data to display the nodes for an application */ @@ -60,7 +60,7 @@ function treeResource($q, $http, umbRequestHelper) { "treeApplicationApiBaseUrl", "GetApplicationTrees", query)), - 'Failed to retreive data for application tree ' + options.section); + 'Failed to retrieve data for application tree ' + options.section); }, /** Loads in the data to display the child nodes for a given node */ @@ -77,4 +77,4 @@ function treeResource($q, $http, umbRequestHelper) { }; } -angular.module('umbraco.resources').factory('treeResource', treeResource); \ No newline at end of file +angular.module('umbraco.resources').factory('treeResource', treeResource);