Replaced "retreive" with "retrieve".

This commit is contained in:
Nicholas-Westby
2014-03-25 20:26:06 -07:00
parent 539efcc669
commit 9e0bbd3c99

View File

@@ -13,7 +13,7 @@ function DataTypeEditController($scope, $routeParams, $location, appState, navig
$scope.currentSection = appState.getSectionState("currentSection");
$scope.currentNode = null; //the editors affiliated node
//method used to configure the pre-values when we retreive them from the server
//method used to configure the pre-values when we retrieve them from the server
function createPreValueProps(preVals) {
$scope.preValues = [];
for (var i = 0; i < preVals.length; i++) {
@@ -141,4 +141,4 @@ function DataTypeEditController($scope, $routeParams, $location, appState, navig
}
angular.module("umbraco").controller("Umbraco.Editors.DataType.EditController", DataTypeEditController);
angular.module("umbraco").controller("Umbraco.Editors.DataType.EditController", DataTypeEditController);