Replaced "retreive" with "retrieve".

This commit is contained in:
Nicholas-Westby
2014-03-25 20:34:44 -07:00
parent 08004ecc68
commit 0ff0cc6366

View File

@@ -132,7 +132,7 @@ function ContentEditController($scope, $routeParams, $q, $timeout, $window, appS
// from the server so that we can load in the actions menu.
umbRequestHelper.resourcePromise(
$http.get(content.treeNodeUrl),
'Failed to retreive data for child node ' + content.id).then(function(node) {
'Failed to retrieve data for child node ' + content.id).then(function(node) {
$scope.currentNode = node;
});
}