From 852914bf6b5489240344075a711fa7b9024aa81d Mon Sep 17 00:00:00 2001 From: Nicholas-Westby Date: Tue, 25 Mar 2014 20:17:55 -0700 Subject: [PATCH] Replaced "retreive" with "retrieve". --- .../src/common/resources/datatype.resource.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/common/resources/datatype.resource.js b/src/Umbraco.Web.UI.Client/src/common/resources/datatype.resource.js index 08b9ceb6db..5366da0db2 100644 --- a/src/Umbraco.Web.UI.Client/src/common/resources/datatype.resource.js +++ b/src/Umbraco.Web.UI.Client/src/common/resources/datatype.resource.js @@ -40,7 +40,7 @@ function dataTypeResource($q, $http, umbDataFormatter, umbRequestHelper) { "dataTypeApiBaseUrl", "GetPreValues", [{ editorAlias: editorAlias }, { dataTypeId: dataTypeId }])), - 'Failed to retreive pre values for editor alias ' + editorAlias); + 'Failed to retrieve pre values for editor alias ' + editorAlias); }, /** @@ -71,7 +71,7 @@ function dataTypeResource($q, $http, umbDataFormatter, umbRequestHelper) { "dataTypeApiBaseUrl", "GetById", [{ id: id }])), - 'Failed to retreive data for data type id ' + id); + 'Failed to retrieve data for data type id ' + id); }, getAll: function () {