From 606e831ff5337fb5e94dcebf9d6852bd4c434d4b Mon Sep 17 00:00:00 2001
From: Jeff Ames
Date: Thu, 1 Oct 2009 09:38:36 +0900
Subject: Formatting cleanup.
---
OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | 2 +-
OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs | 4 ++--
OpenSim/Framework/Communications/IUserService.cs | 2 +-
OpenSim/Framework/Communications/TemporaryUserProfilePlugin.cs | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
(limited to 'OpenSim/Framework/Communications')
diff --git a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
index 8c39ca8..aa71536 100644
--- a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
+++ b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs
@@ -219,7 +219,7 @@ namespace OpenSim.Framework.Communications.Cache
///
/// Fetch inventory for this user.
///
- /// This has to be executed as a separate step once user information is retreived.
+ /// This has to be executed as a separate step once user information is retreived.
/// This will occur synchronously if the inventory service is in the same process as this class, and
/// asynchronously otherwise.
public void FetchInventory()
diff --git a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs
index 2a1da50..9e12d948 100644
--- a/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs
+++ b/OpenSim/Framework/Communications/Cache/UserProfileCacheService.cs
@@ -123,7 +123,7 @@ namespace OpenSim.Framework.Communications.Cache
///
/// Get details of the given user.
///
- /// If the user isn't in cache then the user is requested from the profile service.
+ /// If the user isn't in cache then the user is requested from the profile service.
///
/// null if no user details are found
public CachedUserInfo GetUserDetails(string fname, string lname)
@@ -151,7 +151,7 @@ namespace OpenSim.Framework.Communications.Cache
///
/// Get details of the given user.
///
- /// If the user isn't in cache then the user is requested from the profile service.
+ /// If the user isn't in cache then the user is requested from the profile service.
///
/// null if no user details are found
public CachedUserInfo GetUserDetails(UUID userID)
diff --git a/OpenSim/Framework/Communications/IUserService.cs b/OpenSim/Framework/Communications/IUserService.cs
index 2872e5e..dfa059d 100644
--- a/OpenSim/Framework/Communications/IUserService.cs
+++ b/OpenSim/Framework/Communications/IUserService.cs
@@ -128,7 +128,7 @@ namespace OpenSim.Framework.Communications
///
/// The agent for whom we're retreiving the friends Data.
///
- /// A List of FriendListItems that contains info about the user's friends.
+ /// A List of FriendListItems that contains info about the user's friends.
/// Always returns a list even if the user has no friends
///
List GetUserFriendList(UUID friendlistowner);
diff --git a/OpenSim/Framework/Communications/TemporaryUserProfilePlugin.cs b/OpenSim/Framework/Communications/TemporaryUserProfilePlugin.cs
index d56211f..2413055 100644
--- a/OpenSim/Framework/Communications/TemporaryUserProfilePlugin.cs
+++ b/OpenSim/Framework/Communications/TemporaryUserProfilePlugin.cs
@@ -35,7 +35,7 @@ using OpenSim.Data;
namespace OpenSim.Framework.Communications
{
///
- /// Plugin for managing temporary user profiles.
+ /// Plugin for managing temporary user profiles.
///
public class TemporaryUserProfilePlugin : IUserDataPlugin
{
--
cgit v1.1