From df2047e8f8b21cf57d10e0d7acaa57f05e83ee97 Mon Sep 17 00:00:00 2001 From: Nicholas-Westby Date: Tue, 25 Mar 2014 20:43:32 -0700 Subject: [PATCH] Replaced "retreive" with "retrieve". --- src/umbraco.businesslogic/User.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/umbraco.businesslogic/User.cs b/src/umbraco.businesslogic/User.cs index 5c14f85507..ffa6c790e0 100644 --- a/src/umbraco.businesslogic/User.cs +++ b/src/umbraco.businesslogic/User.cs @@ -801,7 +801,7 @@ namespace umbraco.BusinessLogic /// /// The id. /// - [Obsolete("The legacy user object should no longer be used, use the WebSecurity class to access the current user or the UserService to retreive a user by id")] + [Obsolete("The legacy user object should no longer be used, use the WebSecurity class to access the current user or the UserService to retrieve a user by id")] public static User GetUser(int id) { var result = ApplicationContext.Current.Services.UserService.GetUserById(id);