Replaced "retreive" with "retrieve".

This commit is contained in:
Nicholas-Westby
2014-03-25 20:27:57 -07:00
parent d02678e05c
commit a5afb8ed19

View File

@@ -27,7 +27,7 @@ function mediaEditController($scope, $routeParams, appState, mediaResource, enti
// 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;
});
}
@@ -110,4 +110,4 @@ function mediaEditController($scope, $routeParams, appState, mediaResource, enti
}
angular.module("umbraco")
.controller("Umbraco.Editors.Media.EditController", mediaEditController);
.controller("Umbraco.Editors.Media.EditController", mediaEditController);