Replaced "retreive" with "retrieve".

This commit is contained in:
Nicholas-Westby
2014-03-25 20:19:50 -07:00
parent bcbadfe648
commit b66253f33e

View File

@@ -33,7 +33,7 @@ namespace Umbraco.Web.WebApi
private readonly MembershipHelper _membershipHelper;
/// <summary>
/// Tries to retreive the current HttpContext if one exists.
/// Tries to retrieve the current HttpContext if one exists.
/// </summary>
/// <returns></returns>
protected Attempt<HttpContextBase> TryGetHttpContext()
@@ -97,4 +97,4 @@ namespace Umbraco.Web.WebApi
internal Guid InstanceId { get; private set; }
}
}
}