Replaced "retreive" with "retrieve".

This commit is contained in:
Nicholas-Westby
2014-03-25 20:31:31 -07:00
parent acc88e25d8
commit bace1cce74

View File

@@ -22,7 +22,7 @@ function cropperHelper(umbRequestHelper, $http) {
"imageCropperApiBaseUrl",
"GetConfiguration",
[{ mediaTypeAlias: mediaTypeAlias}])),
'Failed to retreive tinymce configuration');
'Failed to retrieve tinymce configuration');
},
@@ -164,4 +164,4 @@ function cropperHelper(umbRequestHelper, $http) {
return service;
}
angular.module('umbraco.services').factory('cropperHelper', cropperHelper);
angular.module('umbraco.services').factory('cropperHelper', cropperHelper);