Replaced "retreive" with "retrieve".

This commit is contained in:
Nicholas-Westby
2014-03-25 20:11:46 -07:00
parent 72fdc5f472
commit 7dc0239ad1

View File

@@ -20,7 +20,7 @@ function sectionResource($q, $http, umbRequestHelper) {
umbRequestHelper.getApiUrl(
"sectionApiBaseUrl",
"GetSections")),
'Failed to retreive data for sections');
'Failed to retrieve data for sections');
}
};