Replaced "retreive" with "retrieve".

This commit is contained in:
Nicholas-Westby
2014-03-25 20:14:54 -07:00
parent 04dcf50218
commit 524f113611

View File

@@ -35,7 +35,7 @@ function stylesheetResource($q, $http, umbRequestHelper) {
umbRequestHelper.getApiUrl(
"stylesheetApiBaseUrl",
"GetAll")),
'Failed to retreive stylesheets ');
'Failed to retrieve stylesheets ');
},
/**
@@ -64,7 +64,7 @@ function stylesheetResource($q, $http, umbRequestHelper) {
"stylesheetApiBaseUrl",
"GetRules",
[{ id: id }])),
'Failed to retreive stylesheets ');
'Failed to retrieve stylesheets ');
},
/**