aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/IUserAccountData.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/IUserAccountData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/IUserAccountData.cs b/OpenSim/Data/IUserAccountData.cs
index 6bec188..d1d6c66 100644
--- a/OpenSim/Data/IUserAccountData.cs
+++ b/OpenSim/Data/IUserAccountData.cs
@@ -40,7 +40,7 @@ namespace OpenSim.Data
40 } 40 }
41 41
42 /// <summary> 42 /// <summary>
43 /// An interface for connecting to the authentication datastore 43 /// An interface for connecting to the user accounts datastore
44 /// </summary> 44 /// </summary>
45 public interface IUserAccountData 45 public interface IUserAccountData
46 { 46 {