Replaced "retreive" with "retrieve".

This commit is contained in:
Nicholas-Westby
2014-03-25 20:17:18 -07:00
parent e44cb6708d
commit 3e14807370

View File

@@ -45,7 +45,7 @@ function currentUserResource($q, $http, umbRequestHelper) {
umbRequestHelper.getApiUrl(
"currentUserApiBaseUrl",
"GetMembershipProviderConfig")),
'Failed to retreive membership provider config');
'Failed to retrieve membership provider config');
},
};
}